From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Xinglu Chen Newsgroups: gmane.lisp.guile.user Subject: Re: [ANN] (potato make) - makefiles in scheme Date: Fri, 02 Apr 2021 17:44:52 +0200 Message-ID: <87wntkwv0r.fsf@yoctocell.xyz> References: <20210215172651.GA3034884.ref@spikycactus.com> <20210215172651.GA3034884@spikycactus.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="459"; mail-complaints-to="usenet@ciao.gmane.io" To: Mike Gran , guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sat Apr 03 02:26:34 2021 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 1lSU7V-000AYf-TY for guile-user@m.gmane-mx.org; Sat, 03 Apr 2021 02:26:33 +0200 Original-Received: from localhost ([::1]:37550 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lSU7U-0004RT-S4 for guile-user@m.gmane-mx.org; Fri, 02 Apr 2021 20:26:32 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34660) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lSLyp-0004hp-TD for guile-user@gnu.org; Fri, 02 Apr 2021 11:45:03 -0400 Original-Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:57628 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lSLyn-0007Bn-Re for guile-user@gnu.org; Fri, 02 Apr 2021 11:45:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1617378293; bh=36D3HWw+mth8u9WyuXHU6AVWHGcCBNyZsXvZKVolW3Q=; h=From:To:Subject:In-Reply-To:References:Date; b=PvyMPRUdStXd195CTRIzTrhakPbnm7fWgvV8EbdlY/dxZI+2EfO7zE9jo9JAkCQeI Ujq+3xAuOpTPHNUgFGkhMVL9x8vUo3eqpeIWTblJrptuZsCKx6+W2mawyx6niLcse3 TA6X3s7jey4RSZWUo6VFarWHWdH4EvK/teQGv0Ug= In-Reply-To: <20210215172651.GA3034884@spikycactus.com> Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 33 X-Spam_score: 3.3 X-Spam_bar: +++ X-Spam_report: (3.3 / 5.0 requ) BAYES_20=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.499, PDS_OTHER_BAD_TLD=1.999, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Fri, 02 Apr 2021 20:26:12 -0400 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.lisp.guile.user:17388 Archived-At: On Mon, Feb 15 2021, Mike Gran wrote: > Hello All- > > I wrote a pure scheme Guile library (potato make) that lets one write > makefiles in scheme. The code lives at > https://github.com/spk121/potato-make. Cool project! How would I try this out on my own Guile project? I can't find any instructions in the repo. :)