Hi,

Neil Jerram <[EMAIL PROTECTED]> writes:

> process-use-modules -> resolve-interface -> resolve-module ->
> try-load-module -> try-module-autoload
>
> (Arguably try-module-autoload could be better named.)

Sorry, I had missed that point.

>> Also, the `with-fluids' framing is already provided by R4RS `load' and
>> consequently by `load-module' so I think we should avoid duplicating it.
>
> This tiny amount of duplication doesn't concern me.

But still, shouldn't we use `load' (not `load-module', because of the
path concern) to load modules?  If so, the patch would just substitute
`load' to `primitive-load'.

Thanks,
Ludovic.


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to