Hacker News new | ask | show | jobs
by jyapayne 1829 days ago
It's already been done! https://github.com/Pebaz/nimporter
1 comments

see my response to another comment. I think Nimporter is for bringing Nim code into Python, basically by making calls from one language to another. I'm talking about a Python to Nim transpiler, so that the functionality of Python is brought into the performance and under the control of Nim.

Tell me if I'm wrong.