Aubrey Jaffer <a...@alum.mit.edu> writes: > | From: l...@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) > | Date: Fri, 17 Apr 2009 00:23:57 +0200 > | > | Hello, > | > | Aubrey Jaffer <a...@alum.mit.edu> writes: > | > | > (use-modules (ice-9 slib)) is archaic and doesn't work anymore. > | > | What makes you say so? It's supposed to work (info "(guile) SLIB"). > | The module was fixed (see `ice-9/ChangeLog-2008' entry dated 2007-10-02) > | and the doc was updated for Guile 1.8.3 (tested with SLIB 3a3). > > SLIB-3a3 was released over 3 years ago;
Has `guile.init' changed since then? For the record, since Guile 1.8.3 `(ice-9 slib)' does almost nothing: http://git.savannah.gnu.org/cgit/guile.git/tree/module/ice-9/slib.scm It proved to be sufficient back then: http://lists.gnu.org/archive/html/guile-devel/2007-08/msg00016.html Thanks, Ludo'.