guile-devel
[Top][All Lists]
Advanced

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

Re: Maybe missing features on guild


From: Alex Kost
Subject: Re: Maybe missing features on guild
Date: Sat, 24 Dec 2016 00:29:48 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

LluĂ­s Vilanova (2016-11-25 15:05 +0100) wrote:

> 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.

I also think "-C/--load-compiled-path" is a missing feature of "guild
compile".  As a workaround, I call guild like this:

  GUILE_LOAD_COMPILED_PATH=... guild compile ...

-- 
Alex



reply via email to

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