15 ms·
It generates a Python extension, doesn't it? Would not know how to run it outside of Python.
by zanellia 5y ago
It generates a Python extension, doesn't it? Would not know how to run it outside of Python.
- cycomanic 5y agoIt can generate python extensions, but doesn't have to, here is a blog post talking about using it to generate self contained c++ code by the author: https://serge-sans-paille.github.io/pythran-stories/pythran-as-a-bridge-between-fast-prototyping-and-code-deployment.html https://serge-sans-paille.github.io/pythran-stories/pythran-... BTW very cool project nevertheless, just wanted to see the differences parallels to pythran. There might even by room for collaboration on some features.
- zanellia 5y agoPretty cool! I should check how it works in more detail.