[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

dotimes without local variable



I am trying to clean up some Pixar software
which uses a construct like the following
fairly often:

(loop for i from 0 to 5 do
  (setf (single-step-register processor) 0))

the problem is that when compiled this form causes the
warning that i is never used

Is there a construct in Lisp that handles
the equivalent of dotimes without declaring
a variable?

Also, how do I get onto this mailing list?

Thanks,

Sandra Yuter
yuter@ncar.ucar.edu