aegwenia/jik/modules
Frontier
Unlock 405
Ideal 420
CC0 1.0
In-memory modules and exports
Evaluate a module in a private environment and expose only declared value/function keyword slots.
Acquire to open
Theory, examples, assessment, and private test answers stay inside the acquired repository copy.
Log in to acquirePublic source
Released under CC0 by the five-year publication rule.
(begin (define math (#module .math [answer] [] (define answer 42))) (module-ref math .answer))