Making Julia as Fast as C++ · FLOW Lab
18 Apr 2019, Eduardo Alvarez
Introduction
The rumor says that Julia can achieve the same computing
performance as any other compiled language
like C++ and FORTRAN. After coding in Julia for the past two years I have
definitely fell in love with its pythonic syntax, multiple dispatch, and MATLAB-like
handiness in linear algebra, while being able to use compilation features
like explicit type declaration for bug-preventive programming. In summary,
Julia’s philosophy brings all the flexibility of a...
Read more at flow.byu.edu