22 Feb
2008
22 Feb
'08
11:30 a.m.
On 2/22/08, Sean Ross <rosssd@gmail.com> wrote:
On 2/22/08, Attila Lendvai <attila.lendvai@gmail.com> wrote:
(defun length=1 (sequence)
I think something like this is always useful but would lean towards calling it singlep rather than length=1
How about LENGTH= ? ;; stupid version (defun length= (n seq) (= n (length seq))) Cheers, -- Nikodemus