Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

<<<<< EVACUATION ROUTE <<<<<


devel / comp.lang.lisp / Re: CAR/CDR vs FIRST/REST

SubjectAuthor
* CAR/CDR vs FIRST/RESTRobert L.
`* Re: CAR/CDR vs FIRST/RESTZyni Moë
 `* Re: CAR/CDR vs FIRST/RESTStefan Ram
  `- Re: CAR/CDR vs FIRST/RESTZyni Moë

1
CAR/CDR vs FIRST/REST

<su23dl$10hr$1@gioia.aioe.org>

  copy mid

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

  copy link   Newsgroups: comp.lang.lisp
Path: i2pn2.org!i2pn.org!aioe.org!Qf3halnpu1fI3ZHU4ph8fw.user.46.165.242.75.POSTED!not-for-mail
From: No_spamming@noWhere_7073.org (Robert L.)
Newsgroups: comp.lang.lisp
Subject: CAR/CDR vs FIRST/REST
Date: Thu, 10 Feb 2022 04:13:43 -0000 (UTC)
Organization: Aioe.org NNTP Server
Message-ID: <su23dl$10hr$1@gioia.aioe.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Injection-Info: gioia.aioe.org; logging-data="33339"; posting-host="Qf3halnpu1fI3ZHU4ph8fw.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. - Thu, 10 Feb 2022 04:13 UTC

> > (mapcan #'(lambda (x) (and (numberp x) (list x))) list)
>
> > (loop for x in list
> > when (numberp x) collect x)
>
> I agree with this example. Once I learned LOOP I never used the
> above idiom again.

(filter number? '(a b c 1 2 3))
===>
(1 2 3)

Re: CAR/CDR vs FIRST/REST

<su41gg$8hm$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.lang.lisp
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: no_email@invalid.invalid (Zyni Moë)
Newsgroups: comp.lang.lisp
Subject: Re: CAR/CDR vs FIRST/REST
Date: Thu, 10 Feb 2022 21:53:20 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 10
Message-ID: <su41gg$8hm$1@dont-email.me>
References: <su23dl$10hr$1@gioia.aioe.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 10 Feb 2022 21:53:20 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="d31501110266c38d1b395766ed5454de";
logging-data="8758"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19cvq/oxvAybB9+G13iFW4OABtIPlKul8M="
User-Agent: NewsTap/5.5 (iPad)
Cancel-Lock: sha1:GD7FZYSZbWeOn8usypLq7Ho7uCo=
sha1:ysBlsFdnUtOCNGbov7UbrlLhaf0=
 by: Zyni Moë - Thu, 10 Feb 2022 21:53 UTC

Robert L. <No_spamming@noWhere_7073.org> wrote:

> [noise]

Wow, the quoted text in this post seems to be from 1994. Trolls gonna
troll, I suppose.

--
the small snake

Re: CAR/CDR vs FIRST/REST

<noise-20220211033729@ram.dialup.fu-berlin.de>

  copy mid

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

  copy link   Newsgroups: comp.lang.lisp
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail
From: ram@zedat.fu-berlin.de (Stefan Ram)
Newsgroups: comp.lang.lisp
Subject: Re: CAR/CDR vs FIRST/REST
Date: 11 Feb 2022 02:39:20 GMT
Organization: Stefan Ram
Lines: 13
Expires: 1 Apr 2022 11:59:58 GMT
Message-ID: <noise-20220211033729@ram.dialup.fu-berlin.de>
References: <su23dl$10hr$1@gioia.aioe.org> <su41gg$8hm$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: news.uni-berlin.de R5dWfU3HGjlPhvQuo3y4RQVsdz3d5ngQSHLa19ZEtiVFE1
X-Copyright: (C) Copyright 2022 Stefan Ram. All rights reserved.
Distribution through any means other than regular usenet
channels is forbidden. It is forbidden to publish this
article in the Web, to change URIs of this article into links,
and to transfer the body without this notice, but quotations
of parts in other Usenet posts are allowed.
X-No-Archive: Yes
Archive: no
X-No-Archive-Readme: "X-No-Archive" is set, because this prevents some
services to mirror the article in the web. But the article may
be kept on a Usenet archive server with only NNTP access.
X-No-Html: yes
Content-Language: en-US
Accept-Language: de-DE, en-US, it, fr-FR
 by: Stefan Ram - Fri, 11 Feb 2022 02:39 UTC

no_email@invalid.invalid writes:
>Robert L. <No_spamming@noWhere_7073.org> wrote:
>>[noise]
>Wow, the quoted text in this post seems to be from 1994. Trolls gonna
>troll, I suppose.

Comments on LISP are not noise in comp.lang.lisp.
Answering an old post is not trolling.

What's the noise-to-LISP ratio of /your/ comment
quoted above?

Re: CAR/CDR vs FIRST/REST

<su5b05$3c7$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.lang.lisp
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: no_email@invalid.invalid (Zyni Moë)
Newsgroups: comp.lang.lisp
Subject: Re: CAR/CDR vs FIRST/REST
Date: Fri, 11 Feb 2022 09:41:25 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 18
Message-ID: <su5b05$3c7$1@dont-email.me>
References: <su23dl$10hr$1@gioia.aioe.org>
<su41gg$8hm$1@dont-email.me>
<noise-20220211033729@ram.dialup.fu-berlin.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 11 Feb 2022 09:41:25 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="933d7b23bc05429e783f2ae4e3a82748";
logging-data="3463"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18kiqFwzBj74niCybWdl+FR5fsVB/Qgx6U="
User-Agent: NewsTap/5.5 (iPad)
Cancel-Lock: sha1:LvYab5cBIT3wTRuQAAtdorNZMpQ=
sha1:cxixL/gBqP/WDsEL/ONaOJz1AIY=
 by: Zyni Moë - Fri, 11 Feb 2022 09:41 UTC

Stefan Ram <ram@zedat.fu-berlin.de> wrote:

> Comments on LISP are not noise in comp.lang.lisp.
> Answering an old post is not trolling.
>

Perhaps unlike you I remember the person who systematically did exactly
this thing in exactly this way, with exactly this aim of systematically
denigrating CL (notice their 'Instead of CL, let's use a Lisp' comment?)
in, I think, late 2000s, I think perhaps because someone in the CL
community had been nasty to them. That time I think their chosen language
was Ruby? That person helped destroy cll, as was very clearly their aim.
It looks as if they have woken from their narcotic slumber and are now busy
trying to make sure cll stays dead. Clearly they were then and are now not
well in their minds, but also clearly they were, and are, a troll.

--
the small snake


devel / comp.lang.lisp / Re: CAR/CDR vs FIRST/REST

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor