mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
This is much faster (in chibi) and more concise than case-lambda. Also adding (chibi optional) for the let-optionals and opt-lambda variants. Still need to add let-keywords*.
5 lines
132 B
Scheme
5 lines
132 B
Scheme
|
|
(define-library (chibi optional)
|
|
(export let-optionals let-optionals* opt-lambda)
|
|
(import (chibi))
|
|
(include "optional.scm"))
|