Hacker News new | ask | show | jobs
by zanellia 1672 days ago
It generates a Python extension, doesn't it? Would not know how to run it outside of Python.
1 comments

It 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-...

BTW very cool project nevertheless, just wanted to see the differences parallels to pythran. There might even by room for collaboration on some features.

Pretty cool! I should check how it works in more detail.