mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 20:00:19 +02:00
Add install-r7rs!, like install-r6rs!
* module/ice-9/boot-9.scm (install-r7rs!): New function.
This commit is contained in:
parent
d914652c0a
commit
614f0ab75f
1 changed files with 6 additions and 0 deletions
|
@ -4556,6 +4556,12 @@ R6RS. @xref{R6RS Incompatibilities} in the manual."
|
||||||
(read-enable 'r6rs-hex-escapes)
|
(read-enable 'r6rs-hex-escapes)
|
||||||
(read-enable 'hungry-eol-escapes))
|
(read-enable 'hungry-eol-escapes))
|
||||||
|
|
||||||
|
(define (install-r7rs!)
|
||||||
|
"Make changes to the default environment to better conform to the
|
||||||
|
R7RS."
|
||||||
|
(install-r6rs!)
|
||||||
|
(read-enable 'r7rs-symbols))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
;;; {Deprecated stuff}
|
;;; {Deprecated stuff}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue