summaryrefslogtreecommitdiff
path: root/src/lisp/README
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2017-12-05 13:23:09 -0700
committerBdale Garbee <bdale@gag.com>2017-12-05 13:23:09 -0700
commit2f8fce1cf6ce4bd12a836cc8ee15f4edbc95c95e (patch)
tree19a1bcb93694eb259f29e9ef9690bb31a9b8fa60 /src/lisp/README
parentd314a5654fafa5eac86d8293f1197a2f2c2eac72 (diff)
parent185b11367cd85948885fceafb5d46303b6f1356d (diff)
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'src/lisp/README')
-rw-r--r--src/lisp/README11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/lisp/README b/src/lisp/README
deleted file mode 100644
index c1e84475..00000000
--- a/src/lisp/README
+++ /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