[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: JONL at MIT-MC
- From: HIC at MIT-MC (Howard I. Cannon)
- Date: Thu, 10 Aug 78 19:44:00 GMT
- Cc: (BUG LISP) at MIT-MC
- Original-date: 10 AUG 1978 1544-EDT
Date: 10 AUG 1978 1213-EDT
From: JONL at MIT-MC (Jon L White)
To: HIC at MIT-MC
CC: (BUG LISP) at MIT-MC
Is there any reason why we couldn't allow the form
(DO ((A 1 (1+ A)) B) (IF-DONE B) ...) in MACLISP to be equivalent to
(DO ((A 1 (1+ A)) (B)) (IF-DONE B) ...) ??
I believe I extended the LET macro to permit singleton symbols.
-------
I don't see any reason why that can't be done...I'll put it in my queue
for the next LISP.