Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

BOFH excuse #414: tachyon emissions overloading the system


comp / comp.lang.lisp / Re: The LOOP macro

SubjectAuthor
o Re: The LOOP macroB. Pym

1
Subject: Re: The LOOP macro
From: B. Pym
Newsgroups: comp.lang.lisp
Organization: A noiseless patient Spider
Date: Thu, 12 Sep 2024 06:36 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: The LOOP macro
Date: Thu, 12 Sep 2024 06:36:45 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 16
Message-ID: <vbu25p$4d22$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Injection-Date: Thu, 12 Sep 2024 08:36:45 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="15295cbec5a95e756a39a07bb6746ed8";
logging-data="144450"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18L6WXBcnujyW+n5OJy3x9W"
User-Agent: XanaNews/1.18.1.6
Cancel-Lock: sha1:ewLeqGuABjQng+LTPYlqMnPQheM=
View all headers

Kenny Tilton wrote:

> (loop for n below 3 do (print n))
>
> That ain't Lisp syntax. This is Lisp syntax;
>
> (do ((n 1 (1+ n)))
> ((> n 3))
> (print n))

(lope ! print upto 0 2)

===>
0 1
2

1

rocksolid light 0.9.8
clearnet tor