merits of Lisp vs Python

Pascal Bourguignon pjb at informatimago.com
Wed Dec 20 13:22:49 EST 2006


"Rob Thorpe" <rthorpe at realworldtech.com> writes:

> Anders J. Munch wrote:
>> jayessay wrote:
>>   > Please note: GC is not part of CL's definition.  It is likely not part
>> > of any Lisp's definition (for reasons that should be obvious), and for
>> > the same reasons likely not part of any language's definition.
>>
>> Really?  So how do you write a portable program in CL, that is to run
>> for unbounded lengths of time?
>
> You can't.

You can.  Just use reversible operations.

Or use pre-allocated objects. Yes, that means that you implement your
own memory management or garbage collector, but this would be portable.

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/

"Do not adjust your mind, there is a fault in reality"
 -- on a wall many years ago in Oxford.



More information about the Python-list mailing list