This is the mail archive of the guile@cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]