|
|
|
|
|
by StefanKarpinski
3738 days ago
|
|
> Julia crashes all the time with segmentation faults, sorry, the quality of Julia is super low. I would not use it for anything serious. I've seen a lot of Julia used in real world scenarios at companies and this is a pretty surprising claim. Segfaults are very rare – much rarer than in code written in C or C++. You may either have a messed up build of Julia or you could be using packages that call C libraries and do so incorrectly – that would certainly cause segfaults. |
|
echo "print(3)" > boot.jl
julia --compile=all -O --inline=yes --check-bounds=no --output-o foo.o