No macros in Python
Mike Meyer
mwm at mired.org
Mon Dec 16 15:04:05 EST 2002
More information about the Python-list mailing list
Mon Dec 16 15:04:05 EST 2002
- Previous message (by thread): No macros in Python
- Next message (by thread): No macros in Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Anders J. Munch" <andersjm at dancontrol.dk> writes: > "Mike Meyer" <mwm at mired.org> wrote: > > Macros are a general-purpose mechanism. There are lots of things they > > let you do. Lazy evaluation, infinite lists, CLOS, short-circuit > > booleans, and so on. > No, s-expressions buy you those things, not macros. Macros don't > provide expressiveness, they provide speed and some convenience, say > to let you write: Since I can do those things with macros and without s-expressions, I disagree. Well, maybe not CLOS. <mike -- Mike Meyer <mwm at mired.org> http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
- Previous message (by thread): No macros in Python
- Next message (by thread): No macros in Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list