From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id mJcdAxkC3GMtQgEAbAwnHQ (envelope-from ) for ; Thu, 02 Feb 2023 19:34:01 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id GIgqAxkC3GMh7AAA9RJhRA (envelope-from ) for ; Thu, 02 Feb 2023 19:34:01 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D1C443779D for ; Thu, 2 Feb 2023 19:34:00 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pNeOu-0000sL-Uk; Thu, 02 Feb 2023 13:33:37 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pNeOp-0000qc-EI for guix-devel@gnu.org; Thu, 02 Feb 2023 13:33:33 -0500 Received: from mail.thebird.nl ([94.142.245.5]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pNeOl-0007GN-Jj for guix-devel@gnu.org; Thu, 02 Feb 2023 13:33:29 -0500 Received: by mail.thebird.nl (Postfix, from userid 1000) id 963C71166; Thu, 2 Feb 2023 19:33:24 +0100 (CET) Date: Thu, 2 Feb 2023 19:33:24 +0100 From: Pjotr Prins To: Philip McGrath Cc: Pjotr Prins , jgart , Brian Cully Subject: zuo build system; formerly: Can zig-build-system be an alternative to the gnu-build-system? Message-ID: <20230202183324.ip4y3hgvkg3du45m@thebird.nl> References: <03c0507ad711a82887a10c70bc7a2745@dismail.de> <20230201101127.eiq7unzgdbzidnky@thebird.nl> <87b04cb1-6b0a-4fcf-836c-6b5763768fba@app.fastmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87b04cb1-6b0a-4fcf-836c-6b5763768fba@app.fastmail.com> User-Agent: NeoMutt/20170113 (1.7.2) Received-SPF: pass client-ip=94.142.245.5; envelope-from=pjotr2023@thebird.nl; helo=mail.thebird.nl X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list 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+larch=yhetil.org@gnu.org Sender: guix-devel-bounces+larch=yhetil.org@gnu.org X-TUID: 9w/YpqaWljMu On Thu, Feb 02, 2023 at 12:52:28PM -0500, Philip McGrath wrote: > You might be interested in Zuo, which was created to replace the work of `make` in the build system for Racket and Racket's branch of Chez Scheme. (The name comes from a Chinese word for "make".) It's packaged for Guix: https://packages.guix.gnu.org/packages/zuo/ > > The documentation is at: https://docs.racket-lang.org/zuo/ Thank you. This looks very interesting to me. Next project I start I think I'll try this. Pj.