Hacker News new | ask | show | jobs
by kazagistar 4667 days ago
If you wanna move towards what the future of mathematical computing looks like though, you should probably look at Julia. It has one thing other high level dynamic languages like Python cannot hope to touch: incredible performance without having to resort to C.
1 comments

You should look at Numba: Direct Python -> x86 and CUDA without touching C.

http://numba.pydata.org/