|
|
|
|
|
by ced
3328 days ago
|
|
Julia boasts performance as fast as that of languages like C or Fortran, and is still simple to learn. I think the greatest benefit is that Julia code is both high-performance and (mostly) high-level, which makes it easy to change. I don't mind implementing a completely-specified algorithm in C or Fortran, but making significant changes to these code bases is simply much more work than in languages like Python or Julia. |
|