Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

If a train station is a place where a train stops, what's a workstation?


devel / comp.lang.lisp / .Re: Remove the occurences of a given element from a list.

SubjectAuthor
o .Re: Remove the occurences of a given element from a list.Robert L.

1
.Re: Remove the occurences of a given element from a list.

<suheti$1v4p$1@gioia.aioe.org>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=16860&group=comp.lang.lisp#16860

  copy link   Newsgroups: comp.lang.lisp
Path: i2pn2.org!i2pn.org!aioe.org!wwAjkVBqdsnwMg+mhOQQnw.user.46.165.242.75.POSTED!not-for-mail
From: No_spamming@noWhere_7073.org (Robert L.)
Newsgroups: comp.lang.lisp
Subject: .Re: Remove the occurences of a given element from a list.
Date: Wed, 16 Feb 2022 00:01:56 -0000 (UTC)
Organization: Aioe.org NNTP Server
Message-ID: <suheti$1v4p$1@gioia.aioe.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Injection-Info: gioia.aioe.org; logging-data="64665"; posting-host="wwAjkVBqdsnwMg+mhOQQnw.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: XanaNews/1.18.1.6
X-Notice: Filtered by postfilter v. 0.9.2
 by: Robert L. - Wed, 16 Feb 2022 00:01 UTC

Pascal J. Bourguignon wrote:

> (defun iterative-function (list)
> (loop
> :for result = (base-result) :then (build-new-result-from-old-result-and-item
> result item)
> :for item :in list
> :finally (return result)))

Scheme:

(fold
(lambda (n tot) (+ tot (square n)))
0
'(2 3 4))

===>
29

--
archive.org/details/nolies


devel / comp.lang.lisp / .Re: Remove the occurences of a given element from a list.

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor