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: Worlds most efficient JavaScript compiler?

1 pointsby cpralmost 5 years ago
With Typescript making serious headway these years, I&#x27;m wondering why someone doesn&#x27;t use its type inferencing&#x2F;checking as a front-end to a high-performance JS engine like V8?<p>Clearly, it&#x27;s a lot of work, but the hard part is done, and the strong typing information provided by Typescript could be used to produce (JIT) highly optimized machine code at runtime.

1 comment

the247eralmost 5 years ago
Have a look at svelte