diff options
author | rekado <rekado@elephly.net> | 2015-04-17 13:17:54 +0200 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2015-04-17 13:17:54 +0200 |
commit | 4c452f1d68283686880f8cb5b319712576267fb0 (patch) | |
tree | d257c859f0717a436b92cda2e6ca96abe0020ac2 /posts | |
parent | d2b7f591373bf42ae4abd978d0defa87b6bd9011 (diff) |
posts: add links
Diffstat (limited to 'posts')
-rw-r--r-- | posts/2015-04-17-gnu-guix.markdown | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/posts/2015-04-17-gnu-guix.markdown b/posts/2015-04-17-gnu-guix.markdown index 1d33793..110e9b1 100644 --- a/posts/2015-04-17-gnu-guix.markdown +++ b/posts/2015-04-17-gnu-guix.markdown @@ -115,9 +115,11 @@ methods inadequate for a number of valid purposes. There are different projects aiming to improve and simplify software deployment and management, one of which I will focus on in this article. As a functional programmer, Scheme aficionado and free software enthusiast -I was intrigued to learn about GNU Guix, a functional package manager -written in Guile Scheme, the designated extension language for the GNU -system. +I was intrigued to learn about +[GNU Guix](https://www.gnu.org/software/guix/), a functional package +manager written in +[Guile Scheme](https://www.gnu.org/software/guile/), the designated +extension language for the [GNU system](https://www.gnu.org/). In purely functional programming languages a function will produce the very same output when called repeatedly with the same input values. |