Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

Suspicion always haunts the guilty mind. -- Wm. Shakespeare


comp / comp.lang.lisp / Re: Strange issue with packages

SubjectAuthor
o Re: Strange issue with packagesB. Pym

1
Subject: Re: Strange issue with packages
From: B. Pym
Newsgroups: comp.lang.lisp
Organization: A noiseless patient Spider
Date: Thu, 22 Aug 2024 08:40 UTC
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Nobody447095@here-nor-there.org (B. Pym)
Newsgroups: comp.lang.lisp
Subject: Re: Strange issue with packages
Date: Thu, 22 Aug 2024 08:40:09 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 13
Message-ID: <va6th9$cg1f$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Injection-Date: Thu, 22 Aug 2024 10:40:10 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="72547623007bae1028e2c39f1f4d5250";
logging-data="409647"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18BdsWBsqTZff+O3JDbNzt1"
User-Agent: XanaNews/1.18.1.6
Cancel-Lock: sha1:bGaQYV6B+Vgx9cKXyDG4J/0x+r8=
View all headers

Pascal Costanza wrote:

> (defun count (element list)
> (loop for x in list
> count (eql x element)))

newLISP

(count '(c) '(b c d f c g h c))
===>
(3)

1

rocksolid light 0.9.8
clearnet tor