"Willem Broekema" <[EMAIL PROTECTED]> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to