Next: srfi.7
- Feature-based program configuration language, Previous: srfi.4
- Homogeneous vectors, Up: Library modules - SRFIs [Contents][Index]
srfi.5
- A compatible let form with signatures and rest argumentsThis module provides SRFI-5’s extended let
syntax.
[SRFI-5]{srfi.5}
The let
syntax is extended in two ways.
let
syntax accepts the name identifier (for
named let syntax) within the list of bindings (as in the third
syntax above).
let
syntax accepts the rest parameter binding
which works like the rest parameter in the lambda
syntax.
See SRFI-5 document for rationale of this extension.
Next: srfi.7
- Feature-based program configuration language, Previous: srfi.4
- Homogeneous vectors, Up: Library modules - SRFIs [Contents][Index]