From: Chris Hanson Date: Sat, 24 Dec 2022 05:04:44 +0000 (-0800) Subject: Eliminate outdated R7RS incompatibilities. X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=be86d6b6efc3789fece901cd7693122b26aa9071;p=mit-scheme.git Eliminate outdated R7RS incompatibilities. --- diff --git a/doc/ref-manual/standards.texi b/doc/ref-manual/standards.texi index b616f7d87..df7e20536 100644 --- a/doc/ref-manual/standards.texi +++ b/doc/ref-manual/standards.texi @@ -374,15 +374,6 @@ The core standard for the Scheme language. @item Support Fully supported, with exceptions: @itemize @bullet -@item -@code{syntax-rules} doesn't handle additional patterns after a segment -pattern. This means that @code{(syntax-rules () ((a b ... c) -@dots{}))} doesn't work, even though @code{(syntax-rules () ((a b -...) @dots{}))} does work. - -@item -@code{syntax-rules} doesn't handle vector patterns or templates. - @item Multiple values aren't supported correctly. Instead @code{values} returns a special record containing the values, and