Google Summer of Code



On Mon, Mar 9, 2009 at 7:23 AM, R Fateman <fateman at cs.berkeley.edu> wrote:

> If a proper linkage were possible, e.g. taking a lisp data structure and
> returning it to python or vice versa, instead of whatever is done, would
> that fix everything?
>
> Or having python run inside the common lisp.

There is an implementation of Python in Lisp, named CLPython.
It seems to work OK. I've toyed with the idea of loading Maxima
into the same image so that it would be possible to use Python
as the front end. Haven't gotten anywhere on it.

Robert Dodier