[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
subseq
- To: Hvatum@MIT-MULTICS.ARPA
- Subject: subseq
- From: "Scott E. Fahlman" <Fahlman@C.CS.CMU.EDU>
- Date: Tue, 01 Jul 1986 15:35:00 -0000
- Cc: common-lisp@SU-AI.ARPA
- In-reply-to: Msg of 1 Jul 1986 08:41-EDT from Hvatum at MIT-MULTICS.ARPA
- Sender: FAHLMAN@C.CS.CMU.EDU
(subseq #(1 2 3) 0 5 :signal-error nil) ?
This still looks like a really bad way of accomplishing whatever it is
you are trying to accomplish. A subsequence should be a SUBsequence,
period.
-- Scott