guile-user
[Top][All Lists]
Advanced

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

Re: Stupid module and pregexp questions


From: Paul Jarc
Subject: Re: Stupid module and pregexp questions
Date: Wed, 23 Apr 2003 10:56:38 -0400
User-agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.3 (gnu/linux)

MJ Ray <address@hidden> wrote:
> Can (use-modules ...) take a file from the current directory?

I don't think so.  But (load) can.  You can also create a new module
with (make-module 1021 (list (resolve-interface '(guile)))) and load a
file into that module with read and eval.


paul




reply via email to

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