[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



    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.