The main repo for the Medley Interlisp project. Wiki, Issues are here. Other repositories include maiko (the VM implementation) and Interlisp.github.io (web site sources)
In discussion
https://groups.google.com/g/interlisp/c/ALbf30uMD98/m/srY9OBAtBQAJ
the examples on page 283 are unfortunately incompatible with Medley since DEFMACRO for Interlisp was added by using symbol identity (EQ 'CL:DEFMACRO 'IL:DEFMACRO) -- and (EQ 'CL:EQ 'IL:EQ) -- and PUSH and POP were added to Interlisp (before Lyric and Common Lisp)
In discussion https://groups.google.com/g/interlisp/c/ALbf30uMD98/m/srY9OBAtBQAJ the examples on page 283 are unfortunately incompatible with Medley since DEFMACRO for Interlisp was added by using symbol identity
(EQ 'CL:DEFMACRO 'IL:DEFMACRO)
-- and(EQ 'CL:EQ 'IL:EQ)
-- and PUSH and POP were added to Interlisp (before Lyric and Common Lisp)