From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Olivier Dion Newsgroups: gmane.lisp.guile.user Subject: Re: guile or scheme used to implement make or meson Date: Tue, 12 Sep 2023 12:04:12 -0400 Message-ID: <875y4ftm2r.fsf@laura> References: <87cyyntrzg.fsf@laura> <3cd636d9-5be9-4060-abe3-542df4a41672@starynkevitch.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12894"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Andy Tai To: Basile Starynkevitch , guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Tue Sep 12 18:04:46 2023 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qg5sb-00033z-Sj for guile-user@m.gmane-mx.org; Tue, 12 Sep 2023 18:04:45 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qg5sL-000485-0P; Tue, 12 Sep 2023 12:04:29 -0400 Original-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 1qg5sG-000445-7D for guile-user@gnu.org; Tue, 12 Sep 2023 12:04:25 -0400 Original-Received: from smtp.polymtl.ca ([132.207.4.11]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qg5sC-0005Ho-9l for guile-user@gnu.org; Tue, 12 Sep 2023 12:04:23 -0400 Original-Received: from localhost (modemcable094.169-200-24.mc.videotron.ca [24.200.169.94]) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id 38CG4CtY016337; Tue, 12 Sep 2023 12:04:17 -0400 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca 38CG4CtY016337 In-Reply-To: <3cd636d9-5be9-4060-abe3-542df4a41672@starynkevitch.net> X-Poly-FromMTA: (modemcable094.169-200-24.mc.videotron.ca [24.200.169.94]) at Tue, 12 Sep 2023 16:04:12 +0000 Received-SPF: pass client-ip=132.207.4.11; envelope-from=olivier.dion@polymtl.ca; helo=smtp.polymtl.ca X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.user:19188 Archived-At: On Tue, 12 Sep 2023, Basile Starynkevitch wrote: > > I think this already exist in GNU make. Recent versions of it can be > extended in GNU guile: This feature is disabled on most distributions AFAIK. What I meant is a 100% Scheme build system. Here is a project defintion of mine for Libpatch (equivalent of Makefile.am): . And here is its configuration (equivalent of configure.ac): . The build system is not released to the public, but it shows that it is possible to make an entire build system with only Guile core. -- Olivier Dion oldiob.dev