📙 Structure and Interpretation of Computer Programs Section 1.1.4: Compound Procedues, translated to hypermedia.
Install the 💾 Igneous Linearizer. Then run:
$ igneous-linearizer main.md > main.scm
(define (square x) (* x x))
(define (f a) (sum-of-squares (+ a 1) (* a 2)))