Skip to content

aegwenia/jik/folds-loops

Frontier Unlock 240 Ideal 255 CC0 1.0

Folds and collection loops

Replace accumulator loops with foldl while retaining explicit order.

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.

(foldl (lambda [a b] (+ a b)) 0 (range 1 10))