Y
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
dom96
2878 days ago
There is some experimental stuff, py2nim for example:
https://github.com/metacraft-labs/py2nim
link
mlthoughts2018
2878 days ago
Just use Cython in that case.
link