Why don't people like lisp?
Brian Quinlan
brian at sweetapp.com
Fri Oct 24 04:11:07 EDT 2003
More information about the Python-list mailing list
Fri Oct 24 04:11:07 EDT 2003
- Previous message (by thread): Why don't people like lisp?
- Next message (by thread): Why don't people like lisp?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Right... all along until CPython introduces a more elaborate > gc scheme. > > Note that reference-counting has problems with cyclic > references; probably not something that will bite you in the case of > open files, but definitely a problem you need to be aware of. Python uses a generational garbage collector in addition to reference counting. Cheers, Brian
- Previous message (by thread): Why don't people like lisp?
- Next message (by thread): Why don't people like lisp?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list