Jump to content

MIT/GNU Scheme: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
An implementation of [[Scheme]] originally developed by the Massachusetts Institute of Technology but development was handed over to the [[Free Software Foundation]] some time ago. It comes with its Edwin text editor and is reasonably full featured but as development has slowed down since the FSF takeover it only has partial support for R5RS and no support for the later two standards. Official OS/2 support was dropped in 2010 with the introduction of version 9.0, but in general the movement of the development process has been so slow that there is not a lot of difference between the current release and the 7.7.1 that is the last version that supports OS/2, and nowhere as much as version numbers and dates might suggest.
An implementation of [[Scheme]] originally developed by the Massachusetts Institute of Technology but development was handed over to the [[Free Software Foundation]] some time ago. It comes with its Edwin text editor and is reasonably full-featured. As development has slowed down since the FSF takeover it only has partial support for R5RS and no support for the later two standards.
 
Official OS/2 support was dropped in 2010 with the introduction of version 9.0, but in general the movement of the development process has been so slow that there is not a lot of difference between the current release and the 7.7.1 that is the last version that supports OS/2, and nowhere as much as version numbers and dates might suggest.


==Version==
==Version==
* Last known version: [http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.2/ MIT/GNU Scheme v 9.2] (2014-05-21)
* [http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/7.7.1/mit-scheme-7.7.1-ix86-os2.zip 7.7.1] (2004-01-01)
* Last known version: [http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/7.7.1/mit-scheme-7.7.1-ix86-os2.zip MIT/GNU Scheme v7.7.1] (2004-01-01)
* [http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.2/ 9.2] (2014-05-21)
: Note that there is no Version 8.x, the version numbers went from 7.7.1 to 9.0
* 10.1.10 (Aug 2919)


==Publications==
==Publications==
* Amey Karkare, Amitabha Sanyal and Uday Khedker: ''[https://arxiv.org/pdf/cs/0611093v2.pdf Effectiveness of Garbage Collection in MIT/GNU Scheme]''
* Amey Karkare; Amitabha Sanyal; Uday Khedker: ''[https://arxiv.org/pdf/cs/0611093v2.pdf Effectiveness of Garbage Collection in MIT/GNU Scheme]''
* Maciej Pacula: ''[http://blog.mpacula.com/2010/08/07/getting-started-with-mit-scheme/ Getting started with MIT Scheme]''
* Maciej Pacula: ''[http://blog.mpacula.com/2010/08/07/getting-started-with-mit-scheme/ Getting started with MIT Scheme]''


Line 13: Line 15:
Open source software, releases 7.5 and later are released under the [[GPL v3]] licence, prior to that the software was released under the [[MIT Scheme License]].
Open source software, releases 7.5 and later are released under the [[GPL v3]] licence, prior to that the software was released under the [[MIT Scheme License]].


==Authors==
Authors:
* [https://people.csail.mit.edu/cph/ Chris Hanson]
* [https://people.csail.mit.edu/cph/ Chris Hanson]
* Taylor Campbell (Current maintainer?)
* Taylor Campbell (Current maintainer?)
Line 20: Line 22:
* [https://www.gnu.org/software/mit-scheme/ Official homepage]
* [https://www.gnu.org/software/mit-scheme/ Official homepage]


[[Category:LISP]][[Category:Open Source Software]]
[[Category:Scheme]][[Category:Open Source Software]]

Latest revision as of 00:04, 15 September 2022

An implementation of Scheme originally developed by the Massachusetts Institute of Technology but development was handed over to the Free Software Foundation some time ago. It comes with its Edwin text editor and is reasonably full-featured. As development has slowed down since the FSF takeover it only has partial support for R5RS and no support for the later two standards.

Official OS/2 support was dropped in 2010 with the introduction of version 9.0, but in general the movement of the development process has been so slow that there is not a lot of difference between the current release and the 7.7.1 that is the last version that supports OS/2, and nowhere as much as version numbers and dates might suggest.

Version

  • 7.7.1 (2004-01-01)
  • 9.2 (2014-05-21)
  • 10.1.10 (Aug 2919)

Publications

Licence

Open source software, releases 7.5 and later are released under the GPL v3 licence, prior to that the software was released under the MIT Scheme License.

Authors:

Links