From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 16 16:23:50 2019 Received: (at 38605) by debbugs.gnu.org; 16 Dec 2019 21:23:50 +0000 Received: from localhost ([127.0.0.1]:40418 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1igxqI-0004GJ-GF for submit@debbugs.gnu.org; Mon, 16 Dec 2019 16:23:50 -0500 Received: from eggs.gnu.org ([209.51.188.92]:40481) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1igxqG-0004G4-P9 for 38605@debbugs.gnu.org; Mon, 16 Dec 2019 16:23:49 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38520) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1igxqB-0001Zh-2f; Mon, 16 Dec 2019 16:23:43 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=42904 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1igxq8-0002iF-No; Mon, 16 Dec 2019 16:23:42 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: zimoun Subject: Re: [bug#38605] [WIP MLton 0/1] Add MLton References: <877e2z7e3x.fsf@posteo.net> <87v9qix001.fsf@gnu.org> <87y2vd43uo.fsf@posteo.net> <87tv60k2pw.fsf@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 26 Frimaire an 228 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 Date: Mon, 16 Dec 2019 22:23:39 +0100 In-Reply-To: (zimoun's message of "Sun, 15 Dec 2019 02:59:47 +0100") Message-ID: <87k16wdkx0.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 38605 Cc: Brett Gilio , 38605@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi Simon, zimoun skribis: > To my knowledge, the most advanced ML-family language able to > bootstrap (and verified with prover etc.) is CakeML (subset of > Standard ML). > > (And not packaged in Guix, AFAICT.) > > https://cakeml.org/ Right, thanks for the pointer! CakeML is truly impressive. It=E2=80=99s a= lso nice to see how the tiny diagram to the right of the web page clearly and succinctly describes its compiler/language tower. Ludo=E2=80=99.