[alexandria-devel] length=1
Nikodemus Siivola
nikodemus at random-state.net
Fri Feb 22 11:30:38 UTC 2008
On 2/22/08, Sean Ross <rosssd at gmail.com> wrote:
> On 2/22/08, Attila Lendvai <attila.lendvai at 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
More information about the alexandria-devel
mailing list