My SICP exercises
Go to file
Raphael Jakobs 822fee198d fuck delayed evaluation 2020-07-27 15:17:19 +02:00
Exercises fuck delayed evaluation 2020-07-27 15:17:19 +02:00
misc Add new directory 2019-09-25 15:28:38 +00:00
sicp@bda03f79d6 Add submodule from https://github.com/sarabander/sicp 2019-09-14 16:35:15 +02:00
.gitmodules Add submodule from https://github.com/sarabander/sicp 2019-09-14 16:35:15 +02:00
CONTRIBUTING.md Add CONTRIBUTING 2019-09-14 17:28:31 +00:00
README.md Update README.md 2019-09-16 10:04:46 +00:00

README.md

sicp

SICP exercises and other stuff
https://sarabander.github.io/sicp/

Recommended Scheme implementations

MIT/GNU Scheme

https://www.gnu.org/software/mit-scheme/
http://groups.csail.mit.edu/mac/projects/scheme/
Made by MIT! This is what the book is supposed to be using.

Racket

https://racket-lang.org
Very popular, simple to setup and easy to use Scheme implementation. Has a sicp plugin for maximum compatibility with the book.

CHICKEN Scheme

http://www.call-cc.org
A practical and portable scheme system. Can be compiled to C and has many extensions called "eggs".

Other LISP dialects

Warning: you will likely run into compatibility issues if you use something other than Scheme.

Common Lisp

https://common-lisp.net/downloads
Includes Emacs, SBCL, Git, Quicklisp, all configured and ready to use.

Steel Bank Common Lisp

http://www.sbcl.org

Clozure CL

https://ccl.clozure.com

Emacs Lisp

https://www.gnu.org/software/emacs/

Clojure

https://clojure.org