guile-devel
[Top][All Lists]
Advanced

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

Re: top-repl priority of guile module


From: Kevin Ryde
Subject: Re: top-repl priority of guile module
Date: Fri, 15 Dec 2006 09:53:03 +1100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Neil Jerram <address@hidden> writes:
>
> It seems to me, though, that this is all a matter of ordering, not of
> whether the duplicates processing gets invoked.

I thought that too, until just fiddling with the order didn't fix
srfi-17 (which #:replace's car and friends).

> I don't know all the details of the duplicate processing,

Me neither :).

> And then the real problem, as I understand it, would be that the code
> in script.c generates code which does the (use-modules (srfi srfi-1))
> before the (top-repl).

Alas of course top-repl doesn't return ...

top-repl only adds some friendly extras like ice-9 debug, session,
regexp and threads.  Hopefully they don't overlap with any srfis, so
it shouldn't matter if they're after use-srfis.  If that sounds right.




reply via email to

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