Does Nim have some sort of interop that lets it call into Python packages, so it can take advantage of that huge ecosystem?
I don’t get how anybody is claiming that Nim is at all comparable to Python. A nice syntax is like.... 1/10th the battle when you’re writing big projects.
Comments
Does Nim have some sort of interop that lets it call into Python packages, so it can take advantage of that huge ecosystem?
I don’t get how anybody is claiming that Nim is at all comparable to Python. A nice syntax is like.... 1/10th the battle when you’re writing big projects.
There is https://github.com/yglukhov/nimpy There are/were others too IIRC.
You embed Python in Nim or build Nim as a Python extension.