JuliaCN / Py2Jl

Python to Julia transpiler.
MIT License
74 stars 12 forks source link

Transpile numpy to Julia #2

Open Roger-luo opened 5 years ago

Roger-luo commented 5 years ago

This might be an ambitious but super useful goal of this package. What do you think?

A lot of scientific python packages are made with numpy or in numpy style, if this is done, then a lot of other package in python eco-system can be accelerate in a more elegant way.