Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

Pray to God, but keep rowing to shore. -- Russian Proverb


devel / comp.lang.lisp / .Re: please review my new *working* code - now with 20% more oop!

SubjectAuthor
o .Re: please review my new *working* code - now with 20% more oop!Robert L.

1
.Re: please review my new *working* code - now with 20% more oop!

<supm9p$860$1@gioia.aioe.org>

  copy mid

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

  copy link   Newsgroups: comp.lang.lisp
Path: i2pn2.org!i2pn.org!aioe.org!51iH3q7oRZapw4YGobHTdQ.user.46.165.242.75.POSTED!not-for-mail
From: No_spamming@noWhere_7073.org (Robert L.)
Newsgroups: comp.lang.lisp
Subject: .Re: please review my new *working* code - now with 20% more oop!
Date: Sat, 19 Feb 2022 02:56:58 -0000 (UTC)
Organization: Aioe.org NNTP Server
Message-ID: <supm9p$860$1@gioia.aioe.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Injection-Info: gioia.aioe.org; logging-data="8384"; posting-host="51iH3q7oRZapw4YGobHTdQ.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. - Sat, 19 Feb 2022 02:56 UTC

Pascal J. Bourguignon wrote:

>
> (let ((a (list 1 2 3 4)))
> (remove-if (function evenp)
> (mapcar (lambda (x) (1+ (* 3 x))) a)))

Scheme:

(let ((a '(1 2 3 4)))
(filter odd?
(map (lambda (x) (+ 1 (* 3 x))) a)))

===>
(7 13)


devel / comp.lang.lisp / .Re: please review my new *working* code - now with 20% more oop!

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor