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:
parent
08fc523b0e
commit
3470a29911
1 changed files with 6 additions and 0 deletions
|
@ -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!}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue