On 2016-10-16 23:13, Josh Barrett wrote: > [...] > Can you generate a .import without compiling your module? > [...]
Hello Josh, as far as I know, the .import.scm files are always generated as a side effect of compiling a source file. However, it may be possible to discard the primary results of compilation and reuse the import libraries for a second compiler run, although this is not the intended approach. You could also avoid the need for import libraries and unit declarations by translating all your scheme code as a single compilation unit. Simply concatenating all the files containing the module forms and compiling the result should work. Ciao, Thomas -- When C++ is your hammer, every problem looks like your thumb.
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
