On 2/22/08, Sean Ross <[EMAIL PROTECTED]> wrote:
> On 2/22/08, Attila Lendvai <[EMAIL PROTECTED]> 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
_______________________________________________
alexandria-devel mailing list
alexandria-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/alexandria-devel

Reply via email to