Difference between revisions of "SICP"
From Robert-Depot
(Created page with "*http://www.uponmyshoulder.com/blog/2011/so-you-want-to-do-the-sicp/ =The book= *http://mitpress.mit.edu/sicp/full-text/book/book.html") |
|||
Line 2: | Line 2: | ||
=The book= | =The book= | ||
*http://mitpress.mit.edu/sicp/full-text/book/book.html | *http://mitpress.mit.edu/sicp/full-text/book/book.html | ||
+ | =Scheme for OS X= | ||
+ | *installing on osx: | ||
+ | <syntaxhighlight lang="bash"> | ||
+ | brew install gambit-scheme | ||
+ | </syntaxhighlight> | ||
+ | *launch it | ||
+ | <syntaxhighlight lang="bash"> | ||
+ | scheme-r5rs | ||
+ | </syntaxhighlight> |
Latest revision as of 10:29, 6 February 2014
The book
Scheme for OS X
- installing on osx:
brew install gambit-scheme
- launch it
scheme-r5rs