From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:49567) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1igxqV-0004Le-8O for guix-patches@gnu.org; Mon, 16 Dec 2019 16:24:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1igxqU-0001cQ-7P for guix-patches@gnu.org; Mon, 16 Dec 2019 16:24:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:34445) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1igxqU-0001cL-4V for guix-patches@gnu.org; Mon, 16 Dec 2019 16:24:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1igxqU-0004Gh-0O for guix-patches@gnu.org; Mon, 16 Dec 2019 16:24:02 -0500 Subject: [bug#38605] [WIP MLton 0/1] Add MLton Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <877e2z7e3x.fsf@posteo.net> <87v9qix001.fsf@gnu.org> <87y2vd43uo.fsf@posteo.net> <87tv60k2pw.fsf@gnu.org> 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> 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: zimoun Cc: Brett Gilio , 38605@debbugs.gnu.org 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.