From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] gnu: Add clojure. Date: Wed, 24 Feb 2016 12:33:29 +0100 Message-ID: References: <87povm66o5.fsf@gmail.com> 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]:43210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYXi0-0001Px-0P for guix-devel@gnu.org; Wed, 24 Feb 2016 06:34:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYXhL-000813-9i for guix-devel@gnu.org; Wed, 24 Feb 2016 06:34:19 -0500 Received: from pegasus.bbbm.mdc-berlin.de ([141.80.25.20]:40133) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYXhL-00080r-1B for guix-devel@gnu.org; Wed, 24 Feb 2016 06:33:39 -0500 In-Reply-To: <87povm66o5.fsf@gmail.com> 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: Alex Vong Cc: guix-devel@gnu.org Alex Vong writes: > Hi everyone, > > This patch adds clojure to guix. I have been interested in clojure's > syntax for vector [] and hash-map {} for a while, after watching the > introduction of clojure to lisper video. So, I decide to package it for > guix! Note that I follow the example in ldc and download tarballs neede= d > to run the tests. I have also used pandoc to build markdown files to > html. That=E2=80=99s great! I thought it would take a lot more work. Have you= made sure that we=E2=80=99re actually building clojure *including* all depende= nt libraries from source without having to rely on bundled jar archives? ~~ Ricardo