[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
DOTIMES
- To: (BUG LISP) at MIT-MC
- Subject: DOTIMES
- From: JONL at MIT-MC (Jon L White)
- Date: Tue ,8 Apr 80 19:01:00 EDT
CC: (BUG LISPM) at MIT-MC
Would anyone object if the syntax
(DOTIMES <atom> (...))
were permissible, to mean
(DOTIMES (G0012 <atom>) (...))
where G0012 is a random gensym.