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

[no subject]



    MMCM@MIT-AI 02/25/79 14:55:54
    To: (BUG LISPM) at MIT-AI
    (OR (AND LIST
             (PROG1 (CAR LIST)
                    (SETQ LIST (CDR LIST))))
        'BARFOLA)
    does not compile correctly, losing in the case of a list whose CDR is NIL, since
    it is testing the second clause of the PROG1 for the AND.
I have fixed this in the source (P2PROG12N).  I'm unsure if the compiler is currently
in a working state, so I won't try to recompile it.  RMS, are you currently working
on the compiler?