[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: HIC at MIT-MC
- From: JONL at MIT-MC (Jon L White)
- Date: Thu, 10 Aug 78 16:13:00 GMT
- Cc: (BUG LISP) at MIT-MC
- Original-date: 10 AUG 1978 1213-EDT
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.