|
|
|
|
|
by caiocaiocaio
2538 days ago
|
|
Julia looked interesting to me, so I tried 1.0 after it came out. I have a oldish laptop (fine for my needs), and every time I tried to do seemingly anything, it spent ~5 minutes recompiling libraries or something. So I've been waiting newer versions that hopefully stop doing that, or for me to buy a better computer. |
|
Take, for example, a simple program that creates a line plot (https://docs.juliaplots.org/latest/tutorial/):
After installing the package, the first run has to precompile(?), and subsequent runs use the package cache. But ~25 s to create a simple plot is incredibly slow and frustrating to work with.