Hello,
[EMAIL PROTECTED] (Ludovic Courtès) writes:
> I'm willing to install the attached patch soon: it adds support for
> SRFI-35.
Done!
Ludo'.
___
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel
Hi,
[EMAIL PROTECTED] (Ludovic Courtès) writes:
> The patch removes internal functions that were exported, namely:
>
> scm_grow_tok_buf, scm_flush_ws, scm_casei_streq, scm_lreadr,
> scm_lreadrecparen
>
> I think these are safe to remove, even for the next 1.8 release.
> Google's codesearch (h
Hi,
I'd like to fix the SLIB issue in 1.8.3.
SLIB 3a4 works perfectly well with 1.8. The thing is that `(ice-9
slib)' is of no use. Instead of using it, I followed the SLIB
instructions:
$ guile -l /usr/share/slib/init/guile.init
guile> (require 'primes)
guile> (prime? 13)
#t
Note th
2007/8/11, Ludovic Courtès <[EMAIL PROTECTED]>:
> I'd like to fix the SLIB issue in 1.8.3.
>
> SLIB 3a4 works perfectly well with 1.8. The thing is that `(ice-9
> slib)' is of no use.
It's of no use since no-one has added the functions which Aubrey have
added to guile.init when changing slib:s in