From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57458) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e8Vus-0007rE-6g for guix-patches@gnu.org; Sat, 28 Oct 2017 14:33:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e8Vuo-0007ic-8c for guix-patches@gnu.org; Sat, 28 Oct 2017 14:33:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58999) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e8Vuo-0007iT-4U for guix-patches@gnu.org; Sat, 28 Oct 2017 14:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e8Vun-0003Ms-S3 for guix-patches@gnu.org; Sat, 28 Oct 2017 14:33:01 -0400 Subject: [bug#28433] [WIP] Rust update Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170912185023.7de883ff@scratchpost.org> <873767cnsu.fsf@elephly.net> <20171026101728.6493ef46@scratchpost.org> <20171028153623.jpup557ubcbo6xlw@abyayala> Date: Sat, 28 Oct 2017 20:32:31 +0200 In-Reply-To: <20171028153623.jpup557ubcbo6xlw@abyayala> (ng0@infotropique.org's message of "Sat, 28 Oct 2017 15:36:23 +0000") Message-ID: <878tfv5dj4.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: ng0 Cc: Ricardo Wurmus , 28433@debbugs.gnu.org ng0 skribis: > (There's a project "mrust" > that is a reimplementation of Rust in C++ that we could use in the long > term in order to remove this binary) At GPCE I also talked with someone who implements a compiler for a Rust-like language (Rust with some extensions, minus a few features, so not directly usable but might be worth keeping in mind): https://github.com/AnyDSL/traversal Ludo=E2=80=99.