From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHjbq-0001uM-PO for guix-patches@gnu.org; Wed, 31 Oct 2018 02:04:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gHjbm-0005Sl-Ma for guix-patches@gnu.org; Wed, 31 Oct 2018 02:04:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51900) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gHjbm-0005SQ-Hk for guix-patches@gnu.org; Wed, 31 Oct 2018 02:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gHjbm-0006XU-C0 for guix-patches@gnu.org; Wed, 31 Oct 2018 02:04:02 -0400 Subject: [bug#33215] [PATCH 00/11] build-system: Add 'clojure-build-system'. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHjaz-0001s0-3N for guix-patches@gnu.org; Wed, 31 Oct 2018 02:03:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gHjav-0003iv-16 for guix-patches@gnu.org; Wed, 31 Oct 2018 02:03:13 -0400 Received: from mail-pl1-x644.google.com ([2607:f8b0:4864:20::644]:33178) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gHjau-0003hv-LB for guix-patches@gnu.org; Wed, 31 Oct 2018 02:03:08 -0400 Received: by mail-pl1-x644.google.com with SMTP id x6-v6so6750481pln.0 for ; Tue, 30 Oct 2018 23:03:08 -0700 (PDT) From: Alex Vong Date: Wed, 31 Oct 2018 14:02:36 +0800 Message-ID: <87muquhcw3.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 33215@debbugs.gnu.org Cc: alexvong1995@gmail.com --=-=-= Content-Type: text/plain Hello, This patch series adds a simple Clojure build system to guix. It uses plain old 'compile' in Clojure. The patch series does 4 things: 1. Move the 'clojure' package from 'java.scm' to 'lisp.scm' since clojure is a lisp! Also, 'java.scm' is getting large. I don't want to make it even larger by adding new clojure packages. 2. Refactor the 'clojure' package. For example, removing the need to keep 2 lists in sync and factors code into the new 'clojure-utils.scm'. 3. Add 'clojure-build-system' and friends. 4. Add 5 clojure packages to test if everthing works. Cheers, Alex --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQSof2ZdXkE0FM5aU4XzrkvbI+zaGwUCW9lFfAAKCRDzrkvbI+za G9nvAP4ilJb3BgA689mhHmnV9qBM1Cn1sIHyLN/ZFIxVqiDAfQEA+/A0e3hypOw1 dGsmHS7c3ESMFUr2cSDfg99lfJSpUAc= =6vWU -----END PGP SIGNATURE----- --=-=-=--