Skip to content

aegwenia/jik/pairs-lists

Frontier Unlock 165 Ideal 180 CC0 1.0

Pairs and proper lists

Build cons pairs and proper lists, then inspect structure without confusing them with vectors.

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.

[(car (cons 42 ())) (length (list 1 2 3)) (list? (list 1))]