mirror of
https://github.com/extreme-tech-seminar/extreme-tech-seminar.github.io.git
synced 2024-11-14 19:19:34 +00:00
975 B
975 B
layout | title |
---|---|
page | SICP |
Through our seminars covering Structure and Interpretation of Computer Programs by Abelson, Sussman, and Sussman (SICP), we will get to know the LISP programming language, and through it we will explore various software development principles and abstraction tools that will prove useful when building any project written in any language.
Getting the book
The text is available for free. You can view the HTML version of it here. Ebook versions maintained by third parties available here.
Setting up your environment
We have detailed instructions for setting up an SICP coding environment here
Anyone interested in trying out other LISPs in emacs are welcome to check out our guide on Setting up Racket / Guile.