CLPython (was Re: merits of Lisp vs Python)

Paul Rubin http
Thu Dec 14 16:19:01 EST 2006


"Willem Broekema" <metawilm at gmail.com> writes:
> I guess in part it's because there are not that many people really into
> both Python and Lisp, and those who are might not find this an
> interesting project because there is nothing "wow" to show, yet.

I thought it was of some interest though I'm a little surprise by the
choice of CL rather than Scheme as a target.

I'm still not sure about the mapping of Python strings to Lisp strings.
What happens with the following in CLPython?

  a = 'hello'
  a[0] = 'H'   # attempt to change first letter to upper case



More information about the Python-list mailing list