[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: DOLIST
- To: (BUG LISPM) at MIT-AI
- Subject: Re: DOLIST
- From: GLS@MIT-AI
- Date: Sun ,29 Oct 79 22:33:48 EDT
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.