Has anyone implemented BASIC in Python?

Brandon bmbeck at gmail.com
Sun Aug 22 23:47:43 EDT 2004


Not exactly what you're looking for, but I've implemented a scheme to
python translator.  It converts a subset of scheme into python code
that should correctly run through eval/exec.

It can be found here:
http://www.isomorphism.org/~bbeck/projects/scheme2py/scheme2py.html


Leif K-Brooks <eurleif at ecritters.biz> wrote in message news:<2oo13eFcj548U1 at uni-berlin.de>...
> Has anyone ever tried implementing a simple unstructured BASIC dialect 
> in Python? I'm getting interested in language implementation, and 
> looking at a reasonably simple example like that could be pretty 
> interesting.



More information about the Python-list mailing list