chicken-hackers
[Top][All Lists]
Advanced

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

Re: CHICKEN 6 + R7RS


From: felix . winkelmann
Subject: Re: CHICKEN 6 + R7RS
Date: Mon, 25 Sep 2023 22:15:17 +0200

> 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




reply via email to

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