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

-- 
[EMAIL PROTECTED] -- Today is the car of the cdr of your life.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to