Hi guiler crowd! I have a project that uses guile as a scripting system, and want to provide both the scm sources and compiled go files as part of the installation.
But I've found the following issues (using guile 2.1.4): * Argument --load-path for "guild compile" sets %load-path, but not %load-compiled-path. AFAIU, loading a .go dependency instead of a .scm one might make compilation slightly faster. * If my scm code depends on an external binary library, I have to set LD_LIBRARY_PATH for guild to find it. Maybe it'd be a bit easier to provide an argument on guild to add a path to the binary library search path. Since this is platform-dependant, it might be more pain than is really worth it. Cheers, Lluis