[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Guix libification.
From: |
Alex Kost |
Subject: |
Re: Guix libification. |
Date: |
Mon, 12 Jun 2017 19:53:33 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Adam Van Ymeren (2017-06-10 12:32 -0400) wrote:
> On June 10, 2017 12:04:59 PM EDT, Alex Kost <address@hidden> wrote:
>>
>>I also needed similar functionality, but since I didn't want to depend
>>on guix modules
>
> Why not depend on guix modules? I'm not a scheme/guile expert just curious,
> what's the downside to depending upon guix?
Just because for my Guile code, I prefer to depend only on Guile itself:
I want to make my scripts always work, even if a system I use doesn't
have anything installed, except of Guile.
I use the same "policy" for my Emacs config: I use several dozens of
external packages, but my config doesn't require them, it works even if
only Emacs is installed (without any external packages).
--
Alex