Hacker News new | ask | show | jobs
by gregn610 2878 days ago
Is there a transpiling / migration story for a python code base into Nim? I briefly looked at Nuitka to get to a dependency free binary from python but this could be another approach.
2 comments

There is some experimental stuff, py2nim for example: https://github.com/metacraft-labs/py2nim
Just use Cython in that case.