registry.scheme.org/hash-bang-syntax.scm

27 lines
543 B
Scheme
Raw Normal View History

(id bwp)
(description "broken-weak-pair object")
2020-07-31 04:41:44 -04:00
(id eof)
(description "end-of-file object")
2020-07-31 04:41:44 -04:00
(id fold-case)
(description "change to case insensitive identifiers")
2020-07-31 04:41:44 -04:00
(id key)
(description "start keyword arguments in lambda list")
2020-07-31 10:21:50 -04:00
(id no-fold-case)
(description "change to case sensitive identifiers")
2020-07-31 04:41:44 -04:00
(id optional)
(description "start optional arguments in lambda list")
2020-07-31 10:21:50 -04:00
(id r6rs)
(description "change to R6RS read syntax")
2020-07-31 04:41:44 -04:00
(id r7rs)
(description "change to R7RS read syntax")
2020-07-31 10:21:50 -04:00
(id rest)
(description "start rest argument in lambda list")