summaryrefslogtreecommitdiff
path: root/src/scheme/README
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-12-10 00:02:00 -0800
committerKeith Packard <keithp@keithp.com>2017-12-10 00:02:00 -0800
commit17fe6de833cccb6d43d0ac0ed84a4faaa3463a09 (patch)
treec51ea265efd63b11473eaae7c816ce067b98df99 /src/scheme/README
parent0d3365e2c04793cd8432c30a66881f53385a2e60 (diff)
altos/scheme: Add vectors
Constant time and smaller can be a feature. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/scheme/README')
-rw-r--r--src/scheme/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scheme/README b/src/scheme/README
index 98932b44..a18457fd 100644
--- a/src/scheme/README
+++ b/src/scheme/README
@@ -5,6 +5,6 @@ This follows the R7RS with the following known exceptions:
* No dynamic-wind or exceptions
* No environments
* No ports
-* No syntax-rules; (have classic macros)
+* No syntax-rules
* No record types
* No libraries