summaryrefslogtreecommitdiff
path: root/src/scheme/README
blob: 98932b44a964f93469b7a0243ccb4e2fbc24070b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
This follows the R7RS with the following known exceptions:

* No vectors or bytevectors
* Characters are just numbers
* No dynamic-wind or exceptions
* No environments
* No ports
* No syntax-rules; (have classic macros)
* No record types
* No libraries