calling python from lisp

Kaz Kylheku kkylheku at gmail.com
Tue Oct 28 21:08:17 EDT 2008


["Followup-To:" header set to comp.lang.lisp.]
On 2008-10-29, Martin Rubey <axiomize at yahoo.de> wrote:
> Dear all,
>
> I'm trying to call from common lisp functions written for Sage
> (www.sagemath.org), which in turn is written in python. 

Maybe those functions will work under CLPython?

CLPython is different from python-on-lisp; it's front-end for Lisp that
understands Python syntax, and provides Python run-time support.

If the Python code can be proted to CLPython, it gets compiled,
and you can call it much more directly from other Lisp code.



More information about the Python-list mailing list