Skip to content

aegwenia/jik/continuations

Frontier Unlock 420 Ideal 435 CC0 1.0

Heap-reified multi-shot continuations

Capture immutable VM-owned frame snapshots, invoke them after their dynamic extent, and reuse them without mutating the saved frames.

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.

(call/cc (lambda [exit] (+ 1 (funcall exit 42) 1000)))