merits of Lisp vs Python
Paul Rubin
http
Sun Dec 17 21:59:53 EST 2006
More information about the Python-list mailing list
Sun Dec 17 21:59:53 EST 2006
- Previous message (by thread): merits of Lisp vs Python
- Next message (by thread): merits of Lisp vs Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
xscottg at gmail.com writes: > I should assume you meant Common Lisp, but there isn't really any > reason you couldn't > > (poke destination (peek source)) That breaks the reliability of GC. I'd say you're no longer writing in Lisp if you use something like that. Writing in this "augmented Lisp" can be ok if well-localized and done carefully, but you no longer have the guarantees that you get from unaugmented Lisp. By adding one feature you've removed another.
- Previous message (by thread): merits of Lisp vs Python
- Next message (by thread): merits of Lisp vs Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list