Y
Hacker News
new
|
ask
|
show
|
jobs
by
jakobnissen
907 days ago
Javascript doesn't compile to native code, so isn't as fast. I've never tried LuaJIT, though, that's supposed to be on par with Julia.
2 comments
ReleaseCandidat
907 days ago
> Javascript doesn't compile to native code, so isn't as fast.
There are AOT compilers for JS.
link
jakobnissen
907 days ago
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.
link
yabbs
907 days ago
I think you mean Julia is on par with LuaJIT? ..maybe exceeds?
link
There are AOT compilers for JS.