["Followup-To:" header set to comp.lang.lisp.] On 2008-10-29, Martin Rubey <[EMAIL PROTECTED]> 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. -- http://mail.python.org/mailman/listinfo/python-list