aegwenia/jik/operatives
Frontier
Unlock 330
Ideal 345
CC0 1.0
Operatives and applicatives
Receive unevaluated syntax plus the caller environment, then wrap an operative for ordinary applicative use.
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-function inspect (vau E [form] (eval E form))) (define-function inspect-app (wrap (function inspect))) (inspect-app (+ 20 22)))