No macros in Python

Bruce Hoult bruce at hoult.org
Wed Jan 1 02:49:05 EST 2003


In article <x7adj5hgsq.fsf at guru.mired.org>, Mike Meyer <mwm at mired.org> 
wrote:

> "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.

Dylan does a version of CLOS (and all the others listed) with macros and 
without S-expressions.

-- Bruce




More information about the Python-list mailing list