Skip to content

aegwenia/jik/definitions-bindings

Frontier Unlock 15 Ideal 30 CC0 1.0

Definitions and mutable bindings

Create value cells, update an existing cell, and distinguish declaration from definition.

Acquire to open

Theory, examples, assessment, and private test answers stay inside the acquired repository copy.

Log in to acquire

Public source

Released under CC0 by the five-year publication rule.

(begin (define x 40) (set! x (#+ x 2)) x)