My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages
Links

RPythonic is a frontend for using RPython (the translation toolchain of PyPy), it simplifies: wrapper generation, compiling standalone programs and Python extension modules. It also generates wrappers for C libraries using ctypes that can be loaded by CPython2, CPython3, and PyPy. Rpythonic also aims to advance the Rpython language by removing some of its limitations, and making it more useful as a general purpose language.

RPythonic Solves These Problems

  • compiling RPython standalone executables
  • compiling RPython extension modules (for Python)
  • automatic integration with C libraries
  • Android integration (compiles and packages .apk) broken
  • Javascript output with C library translation
Powered by Google Project Hosting