From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Ruby install Date: Mon, 05 May 2014 13:42:28 +0200 Message-ID: <874n14moyj.fsf@gnu.org> References: <20140504175144.GA28798@thebird.nl> <87wqe0ps8d.fsf@gnu.org> <20140505082922.GB31474@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhHI4-0005kL-GK for guix-devel@gnu.org; Mon, 05 May 2014 07:42:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WhHHy-0006vp-Ol for guix-devel@gnu.org; Mon, 05 May 2014 07:42:36 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:34466) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhHHy-0006vZ-Hp for guix-devel@gnu.org; Mon, 05 May 2014 07:42:30 -0400 In-Reply-To: <20140505082922.GB31474@thebird.nl> (Pjotr Prins's message of "Mon, 5 May 2014 10:29:22 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Pjotr Prins Cc: guix-devel Pjotr Prins skribis: > On Mon, May 05, 2014 at 10:03:30AM +0200, Ludovic Court=C3=A8s wrote: >> > I am really impressed with GUIX, and I think it is a no-brainer to use >> > a real functional programming language for this.=20 > > I was imprecise here. It is my first real foray into LISP. What I > meant is that it is great to use a real programming language with the > most important functional characteristics of recursion and anonymous > functions :) The key benefit with using a general-purpose programming language is that you get all the tools (REPL, IDE, debugger, compiler, i18n, etc.), and it makes the whole thing composable. Composability means that it=E2=80=99s trivial to implement things like =E2= =80=98guix build --with-source=E2=80=99, or Nikita=E2=80=99s =E2=80=98guix prefetch=E2= =80=99 command, or the program that builds , for example. Ludo=E2=80=99.