Sunday, December 13, 2015

Installing Mit Scheme LISP on Mac OS 10.7.5

Hit this URL http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.2/mit-scheme-9.2-x86-64.tar.gz on the browser to download the file.

 cd Downloads/
 cd mit-scheme-9.2
 cd src
 ./configure --prefix=/usr/local
 make -j9 compile-microcode
 make install
 cd /usr/local/bin
 ./mit-scheme --version

You should see:

MIT/GNU Scheme microcode 15.3
Copyright (C) 2014 Massachusetts Institute of Technology
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Image saved on Saturday May 17, 2014 at 2:39:25 AM
  Release 9.2 || Microcode 15.3 || Runtime 15.7 || SF 4.41 || LIAR/x86-64 4.118
  Edwin 3.116
Moriturus te saluto.