From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Vivien Kraus Newsgroups: gmane.lisp.guile.user Subject: Re: [ANN] nyacc 1.07.0 released Date: Mon, 30 May 2022 20:50:01 +0200 Message-ID: References: <0197eb68-d1e6-9089-893e-204dcb3b32a8@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21831"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.42.1 To: Matt Wette , Guile User Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Mon May 30 20:50:51 2022 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 1nvkTb-0005Wv-3i for guile-user@m.gmane-mx.org; Mon, 30 May 2022 20:50:51 +0200 Original-Received: from localhost ([::1]:58216 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nvkTa-0005Bo-2M for guile-user@m.gmane-mx.org; Mon, 30 May 2022 14:50:50 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52630) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nvkT2-0005Bf-2b for guile-user@gnu.org; Mon, 30 May 2022 14:50:16 -0400 Original-Received: from planete-kraus.eu ([2a00:5881:4008:2810::309]:50800) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1nvkSy-0001EM-U0 for guile-user@gnu.org; Mon, 30 May 2022 14:50:15 -0400 Original-Received: from planete-kraus.eu (localhost.lan [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 068efe06; Mon, 30 May 2022 18:50:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:subject:from:to:date:in-reply-to:references :content-type:mime-version:content-transfer-encoding; s=dkim; bh=ICl80y1aQ6Ax7/y+Cz5bXaI5mVc=; b=dqdTLyHJ+RgGVShLEFHKJ9AsgSm2 JlizRO/QkqrgC+kkTd6d7TTfA3VuExdqSDNUPIdaCfq6+197+emv7+MsgF2OQoBq RIu2XwXyrXOKceiSRVsHQU8VNrtuqEOvUYDOZfbSx6cs0tAUH6IstxTl4ChVCyxn Xm9ukAvtXe2s8+E= Original-Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id f32a0494 (TLSv1.3:AEAD-CHACHA20-POLY1305-SHA256:256:NO); Mon, 30 May 2022 18:50:03 +0000 (UTC) In-Reply-To: <0197eb68-d1e6-9089-893e-204dcb3b32a8@gmail.com> Received-SPF: pass client-ip=2a00:5881:4008:2810::309; envelope-from=vivien@planete-kraus.eu; helo=planete-kraus.eu X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 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" Xref: news.gmane.io gmane.lisp.guile.user:18282 Archived-At: Hello, Thank you for your work on the missing link between C and scheme! Le lundi 30 mai 2022 à 09:14 -0700, Matt Wette a écrit : > It provides a decent C parser and a `FFI Helper' tool to help create > Guile Scheme bindings for C-based libraries. If it becomes a full C compiler one day, how will you explain the name to newer generations? > NYACC is free software; the full source distribution is available > through > > * the tarball repository: >      https://download.savannah.gnu.org/releases/nyacc/ > > * the git repository: >      git://git.savannah.nongnu.org/nyacc.git Could you update it in guix also? Best regards, Vivien