|
From: | John Cowan |
Subject: | Re: CHICKEN 6 + R7RS |
Date: | Sat, 30 Sep 2023 00:15:18 -0400 |
> I think making r7 syntax by default makes sense as does define- library.
> Using sld would be good if (foo bar) imported from foo/bar.sld and not
> foo.bar.scm.
>
How is supposed to be coded? Would that mean foo/bar.sld holds
a library definition of this sort:
(define-library (foo bar) ...)
Note that source files are not imported, they are loaded or compiled.
Importing would take place via some import library named (say)
"foo.bar.import.so", the source file origin of which could be arbitrary.
felix
[Prev in Thread] | Current Thread | [Next in Thread] |