Skip to content

aegwenia/jik/functions-lambda

Frontier Unlock 60 Ideal 75 CC0 1.0

Functions, parameters, and rest views

Create closures with fixed/rest parameters; parameters are lexical cells and rest arguments are bounded views.

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.

((lambda [x] (#+ x 1)) 41)