blob: c1e844755247069fb3176982a1d87e79f0a1145b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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; we have macros instead
* define inside of lambda does not add name to lambda scope
* No record types
* No libraries
|