|
|
|
|
|
by fnord123
3388 days ago
|
|
Why? The only current benefit of Julia afaict is the tracing jit. If you run the tracing jit on web assembly then it's giving up most of its performance benefits. And Python could be built on web assembly as well. But who knows. Weird things seem to become popular despite all the negative points. |
|
It can precompile very fast code before runtime.
Python will require an interpreter and or hefty runtime.
https://discourse.julialang.org/t/julia-motivation-why-weren...