Skip to content

aegwenia/jik/named-functions

Frontier Unlock 75 Ideal 90 CC0 1.0

Named functions and function namespace

Define named combiners in the function namespace and retrieve them explicitly when needed.

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 (answer x) (#+ x 2)) (answer 40))