altos/scheme: Rename to 'scheme', clean up build
[fw/altos] / src / scheme / README
diff --git a/src/scheme/README b/src/scheme/README
new file mode 100644 (file)
index 0000000..98932b4
--- /dev/null
@@ -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; (have classic macros)
+* No record types
+* No libraries