Py2Jl icon indicating copy to clipboard operation
Py2Jl copied to clipboard

Status of the package?

Open Roger-luo opened this issue 6 years ago • 2 comments

@thautwarm do you want to keep this as a JuliaCN supported project or transfer to your own? I'm making a slide about JuliaCN for JuliaCon2019, so I need to decide whether to include it or not.

Roger-luo avatar Jun 17 '19 21:06 Roger-luo

https://github.com/adsharma/py2many supports transpiling a subset of python to Julia. Unlike this package, the transpiler is implemented in python. Hopefully the transpiler will be capable of self hosting in the future.

Curious about the status of this package as well.

adsharma avatar Jun 12 '21 05:06 adsharma

The development of this package has been suspended. Besides, this package has a quite different goal from yours. We took an approach to make most Python code work as is. The support includes the semantics of is operator, function call behaviour, and object protocols etc. The only exceptions are the reflection of python bytecode, closure variable accessing and some threading behaviours. Hence this is a big project and so far I cannot assign time for this.

thautwarm avatar Jun 13 '21 13:06 thautwarm