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

DOLIST



CC: (BUG LISPM) at MIT-MC, (BUG LISP) at MIT-MC

Unfortunately there are a lot of useful generalizations of DOLIST.
I think we decided to hold the line and not make any extensions,
to keep it simple and easy to understand.  You can always use this
LOOP crock (not yet installed), which is like FOR in Interlisp
and LIBLSP;FOR, except cleaned up and made less crockish.
e.g. (LOOP FOR var1 IN list1 FOR var2 IN list2 ... DO body)