An example of one way of defining, expanding, and calling an Interlisp macro similar to WHEN of Common Lisp. Macro definitions are represented by lists stored on the property list of a symbol. Here ARGS is bound to the CDR of the calling form.
An example of one way of defining, expanding, and calling an Interlisp macro similar to WHEN of Common Lisp. Macro definitions are represented by lists stored on the property list of a symbol. Here ARGS is bound to the CDR of the calling form.
Spy is the statistical profiler of Medley Interlisp. The tool periodically interrupts the running program to sample the functions in the current call stack and displays the data.
Evaluate (INSPECTCODE 'FN), where FN is an Interlisp function name, to disassemble the compiled function and see the opcodes of Maiko, the Medley Interlisp virtual machine. This example also shows the corresponding source of the function.

RE: https://fosstodon.org/@interlisp/115711583068137949
Drop what you're doing and listen to @masinter Larry Masinter talk about computing history and lore. He tells first hand stories on the early web, Gopher, Hypertext Coffee Pot Control Protocol, mailto:, and a whole lot more including Interlisp.
https://netstack.fm/#episode-17
@Jayhoffmann may be interested.
Episode 17 of the Netstack.FM podcast features an interview with @masinter Larry Masinter on Interlisp and the Medley Interlisp project, the Xerox PARC environment, the early history of the web, standards and protocols, and more.
https://netstack.fm/#episode-17
The canonical capitalization of Interlisp is "Interlisp" or "INTERLISP". InterLisp is much less common in the documentation of and literature on the system.
Ryan Burnside is doing Advent of Code 2025 in Common Lisp on Medley Interlisp.
https://www.linkedin.com/feed/update/urn:li:activity:7401536437307015168
https://groups.google.com/g/lispcore/c/fjUkkAx0eec/m/-rTb-2iXAwAJ
To move most windows on Medley Interlisp click the title bar and drag, to resize click a lower corner and drag. These recent modernization features are in addition to the corresponding Move and Reshape items of the classic right-click title bar menu.
RE: https://fosstodon.org/@interlisp/115643739371363748
If you always wanted to try out a Lisp Machine environment, but felt overwhelmed and didn't know where to start, the Medley Interlisp primer is for you.
The primer gently guides you into using the system and developing simple programs, even if you have no prior knowledge of Lisp. Plus, as the document also explains, you can run the actual environment.