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)


R5RS-macros are built in.

Try (with a more recent version than 1.3)

  (use-syntax (ice-9 syncase))

For slib:

  (use-modules (ice-9 slib))
  (require 'primes) ;for example

but this only works if slib is located *in* one of the directories on
%load-path.

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