aegwenia/jik/multiple-values
Frontier
Unlock 285
Ideal 300
CC0 1.0
Multiple values
Return zero or more values and destructure them without allocating a public bytecode representation.
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.
(call-with-values (lambda [] (values 20 22)) (lambda [a b] (+ a b)))