Skip to content

aegwenia/jik/environments-eval

Frontier Unlock 435 Ideal 450 CC0 1.0

Environments and eval

Evaluate syntax only against an explicit environment value supplied to an operative.

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.

(begin (define-function inspect (vau E [form] (eval E form))) (define-function inspect-app (wrap (function inspect))) (inspect-app (+ 40 2)))