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: [Re: [Guile and SLIB (and modules in general)]]


Neel Krishnaswami <neelk@alum.mit.edu> wrote:

> I really appreciate the help -- now Guile is seeing my slib
> directory. Even though I can't seem to find define-syntax in the slib
> distribution, I did find an implementation of the record structure
> used in EOPL, so things are good.

> A couple of questions, though. Now that I've managed to import the
> module, how do I load specific things that I want -- if I wanted to
> put the define-record macro in the struct.scm file in the slib
> directory into my top-level, what do I do? 
for example:
(require 'whatever)
check http://www-swiss.ai.mit.edu/~jaffer/SLIB.html
for more info.

> Second, ice-9? What is that for? I recognize the Vonnegut reference,
> but I can't figure out why it's there.
No idea...

Ariel

(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]