guile-devel
[Top][All Lists]
Advanced

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

Maybe missing features on guild


From: Lluís Vilanova
Subject: Maybe missing features on guild
Date: Fri, 25 Nov 2016 15:05:15 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

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



reply via email to

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