Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions content/en/history/glossary/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,19 @@ type: docs

The names “Medley,” "Interlisp-D," “Interlisp.org,” “Common Lisp,” etc. are often used in confusing ways. We’re talking about a lot of different things that evolved over decades. These are cemented in by usage in different publications over time. We hope this glossary of terms will help.

For general computer terminology and lore see [The Hacker's Dictionary](https://www.dourish.com/goodies/jargon.html) aka Jargon File.

## Vocabulary and relationships

AltoLisp
: An (unsuccessful) attempt to build a Lisp-based OS for running Interlisp on an Alto.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure "(unsuccessful)" captures the status of AltoLisp. It was an initial foray into building a microcoded Lisp implementation following Peter Deutch's paper on compact Lisp programs. AltoLisp was the basis for DoradoLisp with new microcode. AltoLisp failed because the "working set" for a "demand paged" Lisp system was bigger than the amount of memory available on the Alto.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AltoLisp is actually a preexisting entry not in this PR but I can of course change it to "An attempt to build a microcoded Lisp-based OS for running Interlisp on an Alto", "An experimental microcoded implementation of a Lisp-based OS for running Interlisp on an Alto", or something else.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"An experimental microcoded implementation of Interlisp on an Alto personal computer."

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll go with your suggestion too.


Break package
: The Interlisp subsystem that comprises the debugger (also known as break window) and other debugging facilities. Named after the `BREAK` function and breakpoints.

Briefing Blurb
: Any one of the technical reports in a series that introduced Xerox PARC newcomers to the computing and network environment at the Computer Science Laboratory. Written in an upbeat style, their titles followed a pattern that included the expression "Briefing Blurb" such as *The Alto-Dolphin-Dorado Briefing Blurb: Exploring the Ethernet with Mouse and Keyboard* and *The Briefing Blurb: Exploring the Ethernet with Mouse and Keyboard*.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PARC use of "briefing blurb" was indeed brief (a "blurb") and meant to "brief" a newcomer to the parc milieu, but it wasn't a "technical report" (which is something you might make at the end of a project or significant milestone). It contained folklore, use patterns, usage notes, etc. of various computing environments. Typically the idea was to assign a newcomer to the group to update the group's briefing blurb. This insured that it was frequently updated and also the task of updating was also educational.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about "Any one of the internal documents in a series that introduced Xerox PARC newcomers..."?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"One of the several documents that introduced Xerox PARC newcomers to the computing and network environment of the Computer Science Laboratory....."

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll go with this.


Carol, Fugue, Harmony, Intermezzo, Koto, Lyric, Medley
: Named releases of Interlisp-D. All are obsolete except Medley.

Expand All @@ -35,6 +43,9 @@ Starting with the Lyric release of Interlisp-D and then the Medley release, the
Dfasl
: A compiled form of Medley Interlisp files with the extension ".dfasl".

Display
: Denotes a program or system with a Graphical User Interface or a full screen character interface, as opposed to a line oriented interface like a teletype. In expressions like "display oriented editor" or "display editor".

DLISP
: By Warren Teitelman: a first attempt at building a “Display” (GUI) with Interlisp running on MAXC (a PDP-10 clone) connected by Ethernet to a Xerox Alto acting
as a graphics terminal.
Expand Down Expand Up @@ -106,6 +117,9 @@ Maiko
Sun Microsystems SPARC processor workstation, initially developed by
Fuji Xerox. Subsequently ported to little-endian processors and other operating systems.

Package
: An Interlisp subsystem such as the break package (q.v.) or the window package (window system). Not to be confused with Common Lisp packages or packaged applications.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about leading with the ambiguity:

The term Package has several different meanings depending on the context:

  • Informally, a collection of utilities or submodule in Interlisp (the "break package" and the "file package")
  • A feature of Commmon Lisp symbol support; the package system allows the combining of Interlisp symbols (written with "IL:" prefix) and Common Lisp symbols (written with a "lisp:" prefix).

There is no 'window package' so pick another example.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay thanks I'll pick your version.

I heard Richard Burton mention the window package in a recent meeting and assumed the expression was more widely used.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The IRM mentions:

  • file package
  • "the WHEREIS library package"
  • '"library" packages'
  • record package
  • DWIM package
  • network packages
    etc.


SDL
: Structured Design Language.

Expand Down