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

* Duane Rettig
| Returning a list always requires consing; returning multiple values
| (mostly) does not.

* Tom Breton <tob@world.std.com>
| Which is an optimization issue.

  I think this is getting closer to the point.  "optimization" to you
  obviously means anything that involves thinking about resource usage.
  such is in my view an obviously invalid and useless abstraction, and does
  a major disservice to the work involved in writing good software.

  however, I do find it rather curious that you optimize your writing to
  the point of being unreadable with random four-letter abbreviations.

#:Erik