Reference articles on history, science, culture and more
Encyclopedia

MIT/GNU Scheme

Dialect of Lisp, a programming language

Image credit is listed at the end of this article.

MIT/GNU Scheme is a programming language, a dialect and implementation of the language Scheme, which is a dialect of Lisp. It can produce native binary files for the x86 (IA-32, x86-64) processor architecture. It supports the R7RS-small standard. It is free and open-source software released under v2 or later of the GNU General Public License (GPL). It was first released by Guy Lewis Steele Jr. and Gerald Jay Sussman at the Massachusetts Institute of Technology in 1986, as free software even before the Free Software Foundation, GNU, and the GPL existed. It is now part of the GNU Project.

It features a rich runtime software library, a powerful source code level debugger, a native code compiler and a built-in Emacs-like editor named Edwin.

The books Structure and Interpretation of Computer Programs and Structure and Interpretation of Classical Mechanics include software that can be run on MIT/GNU Scheme.

01Edwin

Edwin is a built-in Emacs-like editor that comes with MIT/GNU Scheme. Edwin normally displays the *scheme* data buffer, the mode line, and the mini-buffer when it starts. As in Emacs, the mode line gives information like the name of the buffer above it and whether that buffer is read-only, modified, or unmodified.

02Latin phrases

When the user exits the interpreter, an exit message is printed. Possible messages include the following.

Exit Message Translation/Meaning
"Moriturus te saluto." "I who am about to die salute you."
"Happy happy joy joy!" Title of anthem song for The Ren and Stimpy Show
"Ceterum censeo Cathaginem esse delendam." "However, I think that Carthage should be destroyed."
"..#]^@^@^@ NO CARRIER" Common error message of dial-up modems
"Fortitudine vincimus." "By endurance, we conquer."
"Post proelium, praemium." "After the battle, the reward."
"Pulvis et umbra sumus." "We are dust and shadow."

Quote from developer on Savannah (Gnu's forum site):

"Originally, there was just one Latin message: moriturus te saluto: "I who am about to die salute you."  It was added by Guillermo Rozas in reference to the phrase morituri te saltamus, "we who are about to die salute you," shouted to the Roman emperor by gladiators before they began to fight in an arena (Wikipedia).  The idea is that the Scheme process, singular, salutes the user before dying.  Much later, there was debate over the correctness of the conversion from third person to first person: bug report.  We changed the verb ending, but I'm still not sure whether that was necessary."

Watch videos about MIT/GNU SchemeExplainers and documentaries on YouTube (opens in a new tab)

Sources and credits

This article is adapted from the Wikipedia article MIT/GNU Scheme, written by its contributors and licensed under CC BY-SA 4.0. Fathomly has changed the layout, removed citation markers, navigation and maintenance notices, and adjusted punctuation. This adapted version is shared under the same license. For references, see the original article.

Images, from Wikimedia Commons:

Fathomly is not affiliated with or endorsed by the Wikimedia Foundation. Spotted a problem? Tell us.