1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-30 06:50:31 +02:00

Add --r6rs NEWS

* NEWS: Add --r6rs news.
This commit is contained in:
Andy Wingo 2019-09-25 22:10:03 +02:00
parent afcc22f639
commit 15bef73647

7
NEWS
View file

@ -39,6 +39,13 @@ because a local `_' definition would prevent `_' from being recognized
as aux syntax for `match', `syntax-rules', and similar. The new
recommended conventional alias for `gettext' is `G_'.
** Add --r6rs command-line option
The new `install-r6rs!' procedure adapts Guile's defaults to be more
R6RS-compatible. This procedure is called if the user passes `--r6rs'
as a command-line argument. See "R6RS Incompatibilities" in the manual,
for full details.
Changes in alpha 2.9.x (since the stable 2.2 series):