Subject: Re: Macro question (bizarre)
From: Erik Naggum <erik@naggum.no>
Date: 2000/03/19
Newsgroups: comp.lang.lisp
Message-ID: <3162477927563017@naggum.no>

* Tom Breton <tob@world.std.com>
| So in sum, I grant that values can do a little more than I said, on
| the optimiztion front, but IMO optimization is not something that one
| should think about when coding.

  people who profess aggressively _not_ to care about optimizing tend to
  work just as hard _pessimizing_ their code as those who profess to care
  about optimizing tend to work on optimizing theirs.  the right balance is
  the one that results from deep insight into the costs of all operations
  involved, and the simple concept of avoiding wanton abuse of resources.
  in my opinion, those who argue against optimization on the basis of a
  desire to squander resources, are lazy in a very destructive sense.

#:Erik