diff options
author | Keith Packard <keithp@keithp.com> | 2017-12-10 00:02:00 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-12-10 00:02:00 -0800 |
commit | 17fe6de833cccb6d43d0ac0ed84a4faaa3463a09 (patch) | |
tree | c51ea265efd63b11473eaae7c816ce067b98df99 /src/scheme/README | |
parent | 0d3365e2c04793cd8432c30a66881f53385a2e60 (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/README | 2 |
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 |