Scheme (Lisp)
Table of Contents
1. Introduction
This is a minimal Lisp used for pedagogy. It's beautiful.
Scheme is a Lisp-1, meaning there is exactly one namespace used for variables and functions.
2. Implementations
Since Scheme is minimal, there are many implementations. I will enumerate just a few:
3. References
- SICP is a classic
- Lectures are on YouTube
- SICM studies analytical mechanics using Scheme
- Chris Hanson and Gerald Jay Sussman,
Software Design for Flexibility: How to Avoid Programming Yourself into a Corner