|
|
|
|
|
by majoe
1137 days ago
|
|
I really like "Julia, the programming language" and had a great experience using it on the few occasions, where it made sense. But whenever a colleague asks me, if I can recommend it, I have to say "no".
The crux is, that its "just-ahead-of-time" compiler disqualifies it for a lot of use cases: I actually would prefer it over Python for small scripts, but the compilation overhead is too long.
On the other hand I would use it over C++ for some applications, when it could easily produce portable binaries. With the steady progress in improving precompilation, I'm optimistic to use it more often in the future, though. |
|
When latency is much better and/or it can compile static binaries, the use case of Julia will hopefully broaden