[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
DPB, DPBS, something like that
- To: "David C. Plummer" <DCP@SCRC-QUABBIN.ARPA>
- Subject: DPB, DPBS, something like that
- From: SOLEY@XX.LCS.MIT.EDU
- Date: Thu, 07 Aug 1986 02:09:00 -0000
- Cc: common-lisp@SU-AI.ARPA
- In-reply-to: Msg of 6 Aug 1986 10:31-EDT from David C. Plummer <DCP at QUABBIN.SCRC.Symbolics.COM>
Date: Wednesday, 6 August 1986 10:31-EDT
From: David C. Plummer <DCP at QUABBIN.SCRC.Symbolics.COM>
To: common-lisp at SU-AI.ARPA
Re: DPB, DPBS, something like that
(dpb val1 spec1 (dpb val2 spec2 (dpb val3 spec3 ... int)))
==>
(dpb val1 spec1 val2 spec2 val3 spec3 ... int)
Have others had a need for this and would find this generally useful?
I too have written this a million times. It's an obvious
upward-compatible extension.