Python + Lisp integration - Part II

Simo Melenius firstname.lastname at iki.fi-spam
Mon Jun 27 15:50:45 EDT 2005


I'm posting a self-followup to my post in last December about Python
and Lisp integration:

<URL:http://groups-beta.google.com/group/comp.lang.python/msg/ff6345845045fb47?hl=en>

Now, just yesterday I just stumbled upon Lython:

<URL:http://www.caddr.com/code/lython/>

It's a bit edgy but it can be made to work :-). It does do simple
macros and compiles to Python bytecode (via AST generation). So,
effectively you could be writing your code in Lisp and then running it
in the vast environment of Python standard library and modules.

This was FYI, if interested.


cheers,
S

-- 
firstname.lastname at iki.fi -- Today is the car of the cdr of your life.



More information about the Python-list mailing list