Skip to content

aegwenia/jik/scope-closures

Frontier Unlock 315 Ideal 330 CC0 1.0

Lexical scope and closures

Capture cells, isolate temporary definitions, and preserve outer bindings across ENTER/LEAVE.

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 a 1) [(scope (define a 99) a) a])