Hacker News new | ask | show | jobs
by codedivine 5737 days ago
I was developing a compiler called unPython for a while but I have not yet released it openly. Plan to do so "soon". It is a compiler for annotated subset of Python (particularly NumPy, rest of it being very slow or not supported) to a C++ Python module. Will post here once I release it.
1 comments

Why wouldn't you just use Cython? it has good numpy integration as well as being quite good for everything else?