Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 622 Bytes

File metadata and controls

22 lines (12 loc) · 622 Bytes

detroit-sicp

An early attempt to capture information for the Detroit Functional Programmers to work through SICP.

Getting Started

Executing Code

For racket - have #lang racket/base at the beginning of the file. To run it, type racket name_of_file.rkt.

Installing MIT-Scheme

Ubuntu: sudo apt-get install mit-scheme Run with command mit-scheme

Mac: brew install mit-scheme

Quotes

We toast the Lisp programmer who pens his thoughts within nests of parentheses.

Syntactic sugar causes cancer of the semicolon. - Alan Perlis