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: Tue, 22 May 2001 16:12:23 +0200 (MET DST)

> From: Marius Vollmer <address@hidden>
> Date: 21 May 2001 22:04:34 +0200
> 
> Martin Grabmueller <address@hidden> writes:
> 
> > A solution could be to make the feature list local to modules, and
> > let check cond-expand the list in the current module,but I'm not
> > sure whether that really works.
> 
> What about making `cond-expand' check the uses list of the module
> belonging to the code that contains the `cond-expand'.  The SRFI
> modules could identify themselves via some object property, say.

I'm not sure how that should work.  Could I just (in the expansion of
cond-expand) check the uses list of (current-module), or would I need
to use procedure->syntax and do some module finding magic on the
passed environment?

Anyway, I'll look into this.

Regards,
  'martin



reply via email to

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