TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What’s preventing us from moving away from JavaScript?

5 pointsby grandimam5 months ago
Despite advancements in technologies like Large Language Models (LLMs) and AI Agents, whats stopping us from replacing our existing stack and rethinking something completely new - an example is the current web ecosystem — especially JavaScript — which I believe is a significantly limiting language that is at the core of the web browser, whats stopping us from building something superior?

4 comments

thesuperbigfrog5 months ago
&gt;&gt; What’s holding us back?<p>Inertia.<p>It takes a lot of time, effort, money, and consensus to replace the current status quo with something else.<p>Unless there is a significant motivation to change things will stay the same or slowly evolve as all things do in tech.<p>Similar examples that are somewhat debatable are:<p>Arm-based processors over x86-based processors<p>Rust over C &#x2F; C++<p>Electric vehicles over internal combustion vehicles<p>Et cetera . . .<p>The existence of alternatives is not enough to displace the status quo.<p>What alternative to the current web ecosystem are you envisioning? Pure WASM? Something else?
solardev5 months ago
The browser duopoly. Google and Apple control the Web through Chrome and Safari.<p>Apple doesn&#x27;t really care about the web as much as its native apps and is usually very slow to implement any new web features. They don&#x27;t want the web to win because that means they lose 30% app store revenue.<p>Google is too lost and leaderless to take big risks. They want to just keep milking the ad dollars as long as they can. Chrome changes are more about increasing ad revenue (eg manifest V3) than making the stack better.<p>Neither company is incentivized to make the web better.<p>Microsoft tried many times (activeX, asp, .net, clickonce, etc.) and failed because people don&#x27;t trust them with their &quot;embrace extend extinguish&quot; history.<p>Firefox is a has-been rounding error at this point.<p>There&#x27;s nobody else to champion a better web and break the network effect stranglehold of Chrome and Safari. The only major innovation we see in the web space are from Cloudflare and Vercel, but they work on and around the existing web stack rather than reinventing it altogether.
theandrewbailey5 months ago
The web was originally built to read documents. It&#x27;s only somewhat recently that it&#x27;s been twisted into an app platform, but there&#x27;s enough features for most people to build on. I think that in order to move from Javascript, the web might have to be replaced by something else. What&#x27;s stopping that? Its already everywhere and works for most use cases.
评论 #42488510 未加载
wmf5 months ago
This has already been done; there are multiple languages&#x2F;frameworks that compile directly to WASM with no JS such as <a href="https:&#x2F;&#x2F;yew.rs&#x2F;" rel="nofollow">https:&#x2F;&#x2F;yew.rs&#x2F;</a>