guile-devel
[Top][All Lists]
Advanced

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

Re: New command line option --use-srfi


From: Martin Grabmueller
Subject: Re: New command line option --use-srfi
Date: Fri, 18 May 2001 07:09:58 +0200

> From: Marius Vollmer <address@hidden>
> Date: 18 May 2001 01:18:50 +0200
> 
> Martin Grabmueller <address@hidden> writes:
> 
> > The SRFI modules are loaded, imported into the module (guile) and
> > the corresponding feature identifers are added to the feature list
> > examined by `cond-expand'.
> 
> Should the loading of the modules add to the feature list?  So that
> when I do `(use-modules (srfi srfi-XX))' manually, a subsequent
> `cond-expand' knows that SRFI-XX is available.

Probably a good idea.  We could then replace the --use-srfi option by
usage of Rob's suggested -x .

But on the other hand, I like the --use-srfi option, because it's
clear what it does and works well.

Regards,
  'martin




reply via email to

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