altos/scheme: Rename to 'scheme', clean up build
[fw/altos] / src / lisp / README
diff --git a/src/lisp/README b/src/lisp/README
deleted file mode 100644 (file)
index c1e8447..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-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