Re: with-slots usage question

"Robert P. Goldman" <[email protected]> Tue, 11 Nov 2003 10:35:55 -0600
Newsgroups gmane.lisp.clump
Message-ID <[email protected]>
>>>>> "Mario" == Mario Mommer <[email protected]> writes:

    Mario> "Robert P. Goldman" <[email protected]> writes:
    >> I still remember what happened when I invested heavily in using
    >> SERIES!  :-(

    Mario> Could you elaborate? I was thinking on using SERIES for a project
    Mario> (well, among other things to learn them). What went wrong?

Nobody else could read my code, keeping SERIES working was hard, and I
had trouble making it optimize successfully.

At the end of the day, I went back to using the almighty LOOP macro.
I'm sure that will extract howls of derision, but it's incredibly
expressive, and at least some compilers (e.g., CMUCL) do good things
with it.

R