Re: A style question



On 2007-02-28 02:33:08 -0500, job-271842874@xxxxxxxxxxxxxx said:

Looks like read macros are involved, but I don't want to get ahead of myself...

To clarify, rather than use mod, Rob's version has loop iterate on two circular lists, one representing (mod i 3) the other representing (mod i 5). The #integer= and #integer# notations allow the lisp reader to construct wholly or partially self-referential list structure. Heed Rob's warning about setting *print-circle* to t unless you want a stack overflow.

.