Hacker News new | ask | show | jobs
by ReleaseCandidat 911 days ago
> Javascript doesn't compile to native code, so isn't as fast.

There are AOT compilers for JS.

1 comments

So there is for Python, but it's still slow. JS has slow semantics. It can't be made in the same performance league as Julia.