merits of Lisp vs Python
Paul Rubin
http
Mon Dec 11 20:06:39 EST 2006
More information about the Python-list mailing list
Mon Dec 11 20:06:39 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 ]
jayessay <nospam at foo.com> writes: > > If you say foo.frob() in Python, that's supposed to look up 'frob' in > > a dictionary hanging off of foo. You can modify the contents of this > > dictionary any time you want. > > Unless I'm missing something this looks absolutely dead easy to > implement in Lisp and with a very little macrology you would have the > syntax as well. I'm not sure how this makes one or the other "more > dynamic". I'm talking about the way Lisp is actually used, not what contortions one can do with macros. The way one does OOP in Lisp is with CLOS.
- 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