diff options
Diffstat (limited to 'src/scheme/README')
-rw-r--r-- | src/scheme/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/scheme/README b/src/scheme/README new file mode 100644 index 00000000..a18457fd --- /dev/null +++ b/src/scheme/README @@ -0,0 +1,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 +* No record types +* No libraries |