Sujet : Re: problems exporting data to file
De : Nobody447095 (at) *nospam* here-nor-there.org (B. Pym)
Groupes : comp.lang.lispDate : 24. Jun 2025, 01:17:40
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <103cqr3$1jbop$1@dont-email.me>
User-Agent : XanaNews/1.18.1.6
Frank Buss wrote:
it, but it works. It would be easier, if AutoCAD lisp has the loop macro,
because then you could write:
(loop for b from 0 to (1- (sslength a)) do (your code))
Gauche Scheme:
(dotimes (b (sslength a)) (your code))
Is it true that users of CL inspired the making of
the movie "Idiocracy"?