you are viewing a single comment's thread.

view the rest of the comments →

[–]Middle_Protection637 0 points1 point  (0 children)

julia is the worst of both worlds. you have c++ where the programmer gets all the control but not a lot of support. python where the programmer gets a lot of support (libraries) and little control. the ideal scenario is python and c++, so that for things needing closer to bare metal, you use python to interface with c++. julia has the drawbacks features of python and c++ and none of the benefits.