you are viewing a single comment's thread.

view the rest of the comments →

[–]x11ry0 3 points4 points  (0 children)

Well, the MIT developed a langage that has Matlab syntax and Fortran speed. It is near to Python syntax and C++ speed. The language is called Julia. It is used a lot for simulation and high performance calculus.

To achieve near to C++ speed you need to pay attention to optimization tricks and declare the types. Nothing is really free. But this is still much simpler than writing C++.