python - Developing PyPy's Rpython as a general programming language -
is there interest in developing rpython (restricted python) pypy project general purpose programming language? perhaps fork pypy project. such project exist? since programs compiled, 1 contribute modules written in rpython, , compete other python implementations including cpython , pypy.
i can't speak else, extremely interested in using rpython general-purpose language. answer other people's questions:
why? because cython pain figure out how use. if don't put in lot of tricky type declarations right, don't speedup. rpython, run fast or won't run @ all.
using pypy offers speedup, not as rpython.
rpython might way super-fast, pythonic code. here's example started. i'm not aware of large projects this, unfortunately.
Comments
Post a Comment