altos/lisp: Finish first pass through r7rs
[fw/altos] / src / lisp / README
diff --git a/src/lisp/README b/src/lisp/README
new file mode 100644 (file)
index 0000000..c1e8447
--- /dev/null
@@ -0,0 +1,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