guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Embedding Guile and regexp problems


From: Thien-Thi Nguyen
Subject: Re: Embedding Guile and regexp problems
Date: Wed, 02 Jan 2002 19:41:17 -0800

   From: "Anthony W. Juckel" <address@hidden>
   Date: Thu, 27 Dec 2001 12:40:13 -0600

   Do I need to insert a particular module, or perhaps link my
   application against a particular library?

try:

        (use-modules (ice-9 regex))

or the more integrated approach:

        (define-module (my wonderful module)
          :use-module (ice-9 regex))

thi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]