1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

more r6rs incompat

* doc/ref/r6rs.texi (R6RS Incompatibilities): Add section on string
  syntax.
This commit is contained in:
Andy Wingo 2010-08-08 13:00:57 +02:00
parent 08fc523b0e
commit 3470a29911

View file

@ -36,6 +36,12 @@ Multiple @code{library} forms in one file are not yet supported. This
is because the expansion of @code{library} sets the current module, but
does not restore it. This is a bug.
@item
R6RS unicode escapes within strings are disabled by default, because
they conflict with Guile's already-existing escapes. R6RS behavior can
be turned on via a reader option. @xref{String Syntax}, for more
information.
@item
A @code{set!} to a variable transformer may only expand to an
expression, not a definition---even if the original @code{set!}