[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 23:01:00 GMT
- Cc: (BUG LISPM) at MIT-MC
- Original-date: 8 APR 1980 1801-EST
Would anyone object if the syntax
(DOTIMES <atom> (...))
were permissible, to mean
(DOTIMES (G0012 <atom>) (...))
where G0012 is a random gensym.