altos/scheme: Work around gcc 7.2.0 optimization bug in memory manager
[fw/altos] / src / scheme / README
1 This follows the R7RS with the following known exceptions:
2
3 * No vectors or bytevectors
4 * Characters are just numbers
5 * No dynamic-wind or exceptions
6 * No environments
7 * No ports
8 * No syntax-rules
9 * No record types
10 * No libraries