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

27 lines
602 B
Scheme
Raw Normal View History

(id bwp)
2020-08-07 03:53:02 -04:00
(description "broken-weak-pair object [Chez Scheme]")
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)
2020-08-07 03:53:02 -04:00
(description "change to case insensitive identifiers [R7RS]")
2020-07-31 04:41:44 -04:00
(id key)
2020-08-07 03:53:02 -04:00
(description "start keyword arguments in lambda list [DSSSL]")
2020-07-31 10:21:50 -04:00
(id no-fold-case)
2020-08-07 03:53:02 -04:00
(description "change to case sensitive identifiers [R7RS]")
2020-07-31 04:41:44 -04:00
(id optional)
2020-08-07 03:53:02 -04:00
(description "start optional arguments in lambda list [DSSSL]")
2020-07-31 10:21:50 -04:00
(id r6rs)
2020-08-07 03:53:02 -04:00
(description "change to R6RS read syntax [R6RS]")
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)
2020-08-07 03:53:02 -04:00
(description "start rest argument in lambda list [DSSSL]")