Hacker News new | ask | show | jobs
by peteradio 2706 days ago
Seems like it would be better to call Julia from python.
2 comments

They're way ahead of you: https://github.com/JuliaPy/pyjulia
Python doesn't have the typing support or even availability of many types. Calling Julia from Python in some cases would require something like cython or require even using the C api ahem.