Guile Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Guile and SLIB (and modules in general)]
Neel Krishnaswami <neelk@alum.mit.edu> wrote:
>
> This would be great, except that I can't find any documentation about
> Guile's module system, so I can't figure out how to turn it on. There
> was a brief post in the mailing list archives that said to try using
> "(define-module (guile) :use-module (ice-9 slib))", but when I tried
> I got this:
(use-modules (ice-9 slib))
(define (ariel)
(list
("Ariel Rios Osorio")
("jarios@linux.cem.itesm.mx")
("jarios@usa.net")
("<05> 5 77 55 09"))
>(ariel)
____________________________________________________________________
Get free e-mail and a permanent address at http://www.netaddress.com/?N=1
Guile Home |
Main Index |
Thread Index