From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Newsgroups: gmane.lisp.guile.devel Subject: Re: FOSDEM 2019 Date: Tue, 05 Feb 2019 17:58:43 +0100 Message-ID: <87y36uf9z0.fsf@gnu.org> References: <87o97rsje0.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="219225"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) Cc: guile-devel To: Amirouche Boubekki Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Feb 05 17:58:59 2019 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gr43m-000uti-J9 for guile-devel@m.gmane.org; Tue, 05 Feb 2019 17:58:58 +0100 Original-Received: from localhost ([127.0.0.1]:34895 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gr43l-00051w-KX for guile-devel@m.gmane.org; Tue, 05 Feb 2019 11:58:57 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:60955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gr43f-00050x-Ub for guile-devel@gnu.org; Tue, 05 Feb 2019 11:58:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gr43e-0005Y7-Fo for guile-devel@gnu.org; Tue, 05 Feb 2019 11:58:51 -0500 Original-Received: from hera.aquilenet.fr ([185.233.100.1]:60534) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gr43c-0005V1-Mg for guile-devel@gnu.org; Tue, 05 Feb 2019 11:58:49 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id E80FDBFEA; Tue, 5 Feb 2019 17:58:44 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Original-Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tjIfwYIEvrxb; Tue, 5 Feb 2019 17:58:44 +0100 (CET) Original-Received: from ribbon (unknown [IPv6:2001:660:6102:320:e120:2c8f:8909:cdfe]) by hera.aquilenet.fr (Postfix) with ESMTPSA id C3418BFED; Tue, 5 Feb 2019 17:58:43 +0100 (CET) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 17 =?utf-8?Q?Pluvi=C3=B4se?= an 227 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu In-Reply-To: (Amirouche Boubekki's message of "Tue, 5 Feb 2019 12:09:50 +0100") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.233.100.1 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:19824 Archived-At: Hi, Amirouche Boubekki skribis: > What does it mean in practice? What are the tasks that must dealt with? Like I wrote, an immediate task is to write a Racket importer for Guix=C2=B9 and to actually package things. Next, we could ensure the subset of these packages that use #r6rs can also be used as Guile packages. However Chris noted that there are few of them; most use #lang racket. Thus, the next idea is to have #lang racket in Guile, which is quite a bit of work but probably doable. And the converse: #lang guile in Racket. There are probably other things that could be done, or variants on this theme. Is that clearer? Thanks, Ludo=E2=80=99. =C2=B9 https://gnu.org/software/guix/manual/en/html_node/Invoking-guix-impo= rt.html