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

Re: DOLIST



CC: (BUG LISP) at MIT-AI, GLS at MIT-AI
I would find it useful if DOLIST were compatibly generalized to
more than one list.  If the first argument form had a non-atomic
car, then it would be a list of variable specifications:
	(DOLIST ((FOO LIST1) (BAR LIST2)) . body)
and FOO and BAR would take on successive elements of their
respective lists.