summaryrefslogtreecommitdiff
path: root/src/lisp/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/lisp/README')
-rw-r--r--src/lisp/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/lisp/README b/src/lisp/README
new file mode 100644
index 00000000..c1e84475
--- /dev/null
+++ b/src/lisp/README
@@ -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