|
|
|
|
|
by Mikeb85
1667 days ago
|
|
> [EDIT]: one thing that's still not solved in Julia is code startup time. > Many people will sell you some sort of workflow that works around the problem, but it's the same old tired arguments people would use to defend traditional compiled languages, and I'm not buying. I mean, Julia has a REPL so you can basically edit code as the process runs, which definitely makes startup time less of an issue. The fact Julia can produce such fast code is also pretty nice. Starting a new process every time you want to run a snippet of code isn't getting the best out of a dynamic language... |
|