Re: CLPython (was Re: merits of Lisp vs Python)

2006-12-16 Thread metawilm
Paul Rubin wrote: > [EMAIL PROTECTED] writes: > > > a = 'hello' > > > a[0] = 'H' # attempt to change first letter to upper case > > > > As CLPython mirrors Python semantics, this results in a TypeError. The > > internal representation of an immutable Python string is a mutable Lisp > > string

Re: CLPython (was Re: merits of Lisp vs Python)

2006-12-15 Thread Paul Rubin
[EMAIL PROTECTED] writes: > > a = 'hello' > > a[0] = 'H' # attempt to change first letter to upper case > > As CLPython mirrors Python semantics, this results in a TypeError. The > internal representation of an immutable Python string is a mutable Lisp > string, but there is no way you can a

Re: CLPython (was Re: merits of Lisp vs Python)

2006-12-15 Thread metawilm
Paul Rubin wrote: > I thought it was of some interest though I'm a little surprise by the > choice of CL rather than Scheme as a target. In many aspects Python is a subset of CL. In CLPython, exceptions are Lisp conditions with a custom metaclass (strictly spoken not portable CL), Python (meta)cla

Re: CLPython (was Re: merits of Lisp vs Python)

2006-12-15 Thread Paul Boddie
greg wrote: > Willem Broekema wrote: > > > 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. > > Another reason (or maybe the reason for the

Re: CLPython (was Re: merits of Lisp vs Python)

2006-12-15 Thread greg
Willem Broekema wrote: > 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. Another reason (or maybe the reason for the reason) is that people a

Re: CLPython (was Re: merits of Lisp vs Python)

2006-12-14 Thread Paul Rubin
"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

Re: CLPython (was Re: merits of Lisp vs Python)

2006-12-14 Thread Willem Broekema
Paul Boddie wrote: > What would it take to get Python people more interested in it? I've > been monitoring the site [1] and the mailing list [2] for some time, > but nothing particularly visible seems to be happening. Well, judging from the reactions on blogs to the initial announcement here, quit

CLPython (was Re: merits of Lisp vs Python)

2006-12-13 Thread Paul Boddie
Willem Broekema wrote: > Paul Rubin wrote: > > Does this count as a "children of a lesser Python"? > > This sounds like a quite derogatory first question. I wouldn't take it that way: it's only a quote from an opinion piece about alternative Python implementations (albeit a contentious one). > CL