chicken-hackers
[Top][All Lists]
Advanced

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

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


From: Lassi Kortela
Subject: Re: [Chicken-hackers] R7RS .sld library imports
Date: Mon, 2 Sep 2019 11:45:16 +0300
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

Is an .sld compiler or source?

Source. It normally contains a single R7RS (define-library ...) form which uses (include "...") declarations to get .scm source files from the same directory.

How is this to work with compiled code?

Good question. I don't know of any conventions for compiled files. For reference, Cyclone is a R7RS-to-C compiler. When told to compile "foo.sld" it makes "foo.c", "foo.o" and "foo.so" files in the same directory where "foo.sld" is.

cc John Cowan who I suspect may know more.



reply via email to

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