Asciiporn is a free open-source Python programming language toolkit for adding extra language syntax during runtime. It is the successor to py3to2 . There were also discussions to merge parts of its original code with Python 2.5/2.6 so that Python 3's language syntax could be natively interpreted, which ultimately did not happen . Recent development is focused on adding python 3 language syntax to Google App Engine. Features *ast reverse-compiler which can generate both python 2.5 and python 3 source code from abstract syntax trees *standalone asynchronous http server *python 3 wrapper for google appengine, which automatically detects modified python 3 scripts and translates them to python 2.5 on-the-fly Projects/Sites using Asciiporn * * * * *
|