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: Is Javascript on JVM/CLR a bad idea?

4 pointsby jemeshsuabout 13 years ago
Just curious to know why there is no Javascript on JVM/CLR (compile Javascript to vm bytecodes)? Is it possible at all? Node.js seems to be the only option to run Javascript server side.

1 comment

wmfabout 13 years ago
There's Rhino, but AFAIK it's much slower than V8. <a href="http://www.mozilla.org/rhino/" rel="nofollow">http://www.mozilla.org/rhino/</a> <a href="http://www.infoq.com/news/2011/07/rhino-invokedynamic" rel="nofollow">http://www.infoq.com/news/2011/07/rhino-invokedynamic</a><p>Nashorn and dyn.js are some immature but promising implementations. <a href="http://www.infoq.com/news/2011/10/dynjs" rel="nofollow">http://www.infoq.com/news/2011/10/dynjs</a>
评论 #3628154 未加载