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: Newbie thoughts on Guile Hall + Guix Date: Sun, 06 Feb 2022 17:44:29 +0100 Message-ID: References: <87iltt846s.fsf@dustycloud.org> <87k0e8t0kr.fsf@laura> 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="1558"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.42.1 To: Olivier Dion , Christine Lemmer-Webber , guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sun Feb 06 17:46:19 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 1nGkg6-0000EL-7Y for guile-user@m.gmane-mx.org; Sun, 06 Feb 2022 17:46:18 +0100 Original-Received: from localhost ([::1]:44142 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nGkg4-0001wB-Ps for guile-user@m.gmane-mx.org; Sun, 06 Feb 2022 11:46:16 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:56278) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nGkfX-0001vB-O0 for guile-user@gnu.org; Sun, 06 Feb 2022 11:45:48 -0500 Original-Received: from planete-kraus.eu ([89.234.140.182]:47614) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1nGkfO-0007Zy-PU for guile-user@gnu.org; Sun, 06 Feb 2022 11:45:39 -0500 Original-Received: from planete-kraus.eu (localhost.lan [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id ac5b80d6; Sun, 6 Feb 2022 16:44:42 +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=B6uzBcwPyqW+/IJn67CVn4YoQeY=; b=0ERwZ/5OSep8paIqTjMwcj7jiS5f 4yGDHuyjZIWfZwI8QvhaSQnvEjK6b554waq3Ku1lCNhzjtnHTB7axBho/qyg6spa IeexLClBqjq1+hOll2IvjHHh2I+OLl/FLgStOidsHNgqINRaoNkWXI2N7RF/5w7K x+1D5qnSSUj5OIQ= Original-Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id ad693e84 (TLSv1.3:AEAD-CHACHA20-POLY1305-SHA256:256:NO); Sun, 6 Feb 2022 16:44:31 +0000 (UTC) In-Reply-To: <87k0e8t0kr.fsf@laura> Received-SPF: pass client-ip=89.234.140.182; 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:18014 Archived-At: Hello,  Le dimanche 06 février 2022 à 11:35 -0500, Olivier Dion via General Guile related discussions a écrit : > As much as I like hall for pure Guile project, > it's difficult to integrate extension libraries written in C.  While this is certainly true, I think that nyacc is on the right track to let us use C libraries without writing a single line of C code. Vivien