MIT/GNU Scheme

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
MIT/GNU Scheme
MIT GNU Scheme Logo.svg
Developer(s)MIT
Stable release
10.1.3 / December 8, 2018; 57 days ago (2018-12-08)[1]
Repository Edit this at Wikidata
Operating systemCross-platform
Platformx86, x86-64
Standard(s)R7RS (mostly)[2]
TypeProgramming language
LicenseGPL
Websitewww.gnu.org/software/mit-scheme/

MIT/GNU Scheme is a free software Scheme implementation. It is part of the GNU Project.[3]

MIT/GNU Scheme was free software even before the Free Software Foundation and GNU General Public License existed.[citation needed]

It features a rich runtime library, a powerful source-level debugger, a native code compiler and a built-in Emacs-like editor called 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.

Edwin[edit]

Edwin is the built-in Emacs-like editor that comes with MIT/GNU Scheme. Edwin normally displays the `*scheme*' buffer, the mode line, and the mini-buffer when it starts up. 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.

References[edit]

  1. ^ "mit-scheme.git - MIT/GNU Scheme - GNU Savannah". 13 Dec 2018. Retrieved 13 Dec 2018.
  2. ^ "MIT/GNU Scheme release notes". 13 Dec 2018. Retrieved 13 Dec 2018.
  3. ^ "GNU". Retrieved 25 June 2012.

External links[edit]