“SICP Chapter 1.1 Notes”, Gwern2009-03-14 (Haskell, Scheme Lisp, tutorial; backlinks):
Syntax, function definitions Chapter 1.1 1.1.1: Syntax & Semantics Parentheses Syntax 1.1.2: Variables Don’t 1.1.4: The Evil That Functions Do… 1.1.5: About That Elegant Model… Lazy vs Strict Evaluation 1.1.6 Maybe Yes, Maybe No On Primitives Exercises 1.1 1.2 1.3 1.4 1.5 1.1.7: …of Beautiful and Practical Design Implementing Newton’s Method The Last Exercises 1.6 1.7 1.8 1.1.8 Finishing Up Backlinks:
Syntax, function definitions
Backlinks: