1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 22:40:34 +02:00

Install exception converters and printers from boot-9

* doc/ref/intro.texi (Guile and Scheme): Fix a date.
* module/ice-9/boot-9.scm: Load (ice-9 exceptions).
This commit is contained in:
Andy Wingo 2019-11-21 16:48:35 +01:00
parent 2346a540c0
commit 1907e59c09
2 changed files with 9 additions and 1 deletions

View file

@ -71,7 +71,7 @@ dynamic linking, a foreign function call interface, powerful string
processing, and many other features needed for programming in the real processing, and many other features needed for programming in the real
world. world.
In 2010, the Scheme community agreed upon and published R6RS, a In 2007, the Scheme community agreed upon and published R6RS, a
significant installment in the RnRS series. R6RS expands the core significant installment in the RnRS series. R6RS expands the core
Scheme language, and standardises many non-core functions that Scheme language, and standardises many non-core functions that
implementations---including Guile---have previously done in different implementations---including Guile---have previously done in different

View file

@ -4590,6 +4590,14 @@ R7RS."
;;; {Exceptions}
;;;
;; Load (ice-9 exceptions), initializing some internal data structures.
(resolve-interface '(ice-9 exceptions))
;;; SRFI-4 in the default environment. FIXME: we should figure out how ;;; SRFI-4 in the default environment. FIXME: we should figure out how
;;; to deprecate this. ;;; to deprecate this.
;;; ;;;