Re: Loading multiple versions of a Module

2020-05-03 Thread Ludovic Courtès
Hi Martin, Martin Becze skribis: > Guile currently doesn't allow loading multiple versions of a Module. For > example this will not work. > > --- start.scm > (import (a) (b (2))) > (helloA) > (helloB) > > --- a/a.scm > (library (a) > (export helloA) > (import (rnrs) (b (1))) > (define hell

Re: Loading multiple versions of a Module

2020-05-03 Thread Martin Becze
Would this be something that is open to change? Would there be an objections to changing this behavior? I think this problem will hurt modularity and growth of the guile ecosystem in the future. From a cursory look at the code I don't see any technical reason for this. On May 3, 2020 2:33:50

Re: Guile's time execution issues

2020-05-03 Thread Aleix Conchillo Flaqué
On Sat, May 2, 2020 at 7:11 AM Ludovic Courtès wrote: > Hola! > > Hola! So weird I'm getting different numbers on 2.2.7. Not sure how I'm getting those initial ~20s and you are getting consistent ~ 45s. It shouldn't have nothing to do with it, but could it be I'm running it on macOS? Now, it wo