Skip to content

aegwenia/jik/lexical-binding

Frontier Unlock 30 Ideal 45 CC0 1.0

let, let*, letrec, and named let

Choose parallel, sequential, recursive, or loop-shaped lexical binding without exposing host state.

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.

(let [[x 20] [y 22]] (#+ x y))