Re: [Chicken-hackers] R7RS .sld library imports

2019-09-02 Thread felix . winkelmann
> Hi Lassi, > > On 2019-08-29 15:51, Lassi Kortela wrote: > > How much work would it be to support R7RS .sld imports, such that > > > > (import (foo bar baz)) > > > > loads a (define-library ...) form from "{root}/foo/bar/baz.sld" for the > > first matching {root} in the load path? This

Re: [Chicken-hackers] R7RS .sld library imports

2019-09-01 Thread Evan Hanson
Hi Lassi, On 2019-08-29 15:51, Lassi Kortela wrote: > How much work would it be to support R7RS .sld imports, such that > > (import (foo bar baz)) > > loads a (define-library ...) form from "{root}/foo/bar/baz.sld" for the > first matching {root} in the load path? This appears to be the

[Chicken-hackers] R7RS .sld library imports

2019-08-29 Thread Lassi Kortela
How much work would it be to support R7RS .sld imports, such that (import (foo bar baz)) loads a (define-library ...) form from "{root}/foo/bar/baz.sld" for the first matching {root} in the load path? This appears to be the emerging standard for R7RS imports. I ported this program