[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: REDUCE args
- To: Skef Wholey <Skef@THINK.COM>, DCP@QUABBIN.SCRC.Symbolics.COM, NGALL@G.BBN.COM, ALR%OZ.AI.MIT.EDU@XX.LCS.MIT.EDU
- Subject: Re: REDUCE args
- From: David C. Plummer <DCP@QUABBIN.SCRC.Symbolics.COM>
- Date: Fri, 25 Jul 86 11:39 EDT
- Cc: common-lisp@SU-AI.ARPA
- In-reply-to: <860725095514.1.SKEF@WENCESLAS.THINK.COM>
Date: Fri, 25 Jul 86 09:55 EDT
From: Skef Wholey <Skef@Think.COM>
In the meantime, you can of course do something like:
(reduce #'fun (map 'vector #'key sequence))
Now-living-on-a-3600-and-not-caring-too-much-about-consing-or-81-character-lines,
Somebody brought up this method the last time. I had at least two
reactions: (1) It doesn't really express the intent of the programmer,
and (2) I don't care what kind of machine you are on, you should care
about efficiency and consing.