panifie / PingPong.jl

Cryptocurrency trading bot, and backtesting framework in julia
https://panifie.github.io/PingPong.jl/
GNU General Public License v3.0
38 stars 9 forks source link

transpiling ccxt to jl #4

Open untoreh opened 1 year ago

untoreh commented 1 year ago

https://github.com/ccxt/ccxt/issues/15852

There is https://github.com/JuliaCN/Py2Jl which could be used to bootstrap the julia base classes from python base classes.

Looking at the regex at https://github.com/ccxt/ccxt/blob/master/build/transpile.js seems like most of the translations are doable, translating the isinstance and is None ones from python, and the common ones from PHP, because julia lacks dotcall syntax