Write code in python and transpile to another language (could be rust) and then import it back into python
https://github.com/adsharma/py2many/tree/main/tests/expected
Figuring out a mapping between a subset of a compiled language and a subset of statically typed python should be possible.
The hard part is mapping standard library. I suspect something like nim might have an advantage there.
Write code in python and transpile to another language (could be rust) and then import it back into python
https://github.com/adsharma/py2many/tree/main/tests/expected
Figuring out a mapping between a subset of a compiled language and a subset of statically typed python should be possible.
The hard part is mapping standard library. I suspect something like nim might have an advantage there.