From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Christopher Allan Webber Newsgroups: gmane.lisp.guile.devel Subject: Re: guile 3 update Date: Mon, 30 Oct 2017 14:31:36 -0500 Message-ID: <87zi88qvon.fsf@dustycloud.org> References: <87shebscny.fsf@pobox.com> <87po9fmi65.fsf@dustycloud.org> <874lqgoh6v.fsf@pobox.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1509391911 16925 195.159.176.226 (30 Oct 2017 19:31:51 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 30 Oct 2017 19:31:51 +0000 (UTC) User-Agent: mu4e 0.9.18; emacs 25.3.1 Cc: guile-devel@gnu.org To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Oct 30 20:31:47 2017 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e9Fmi-0003mv-FK for guile-devel@m.gmane.org; Mon, 30 Oct 2017 20:31:44 +0100 Original-Received: from localhost ([::1]:42261 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e9Fmp-0005hn-P3 for guile-devel@m.gmane.org; Mon, 30 Oct 2017 15:31:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57816) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e9Fmf-0005he-Ny for guile-devel@gnu.org; Mon, 30 Oct 2017 15:31:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e9Fme-0002g6-OV for guile-devel@gnu.org; Mon, 30 Oct 2017 15:31:41 -0400 Original-Received: from dustycloud.org ([2600:3c02::f03c:91ff:feae:cb51]:56600) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e9Fme-0002d7-Ky for guile-devel@gnu.org; Mon, 30 Oct 2017 15:31:40 -0400 Original-Received: from oolong (localhost [127.0.0.1]) by dustycloud.org (Postfix) with ESMTPS id F319926717; Mon, 30 Oct 2017 15:31:36 -0400 (EDT) In-reply-to: <874lqgoh6v.fsf@pobox.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2600:3c02::f03c:91ff:feae:cb51 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:19369 Archived-At: Andy Wingo writes: > Hi :) > > On Sun 22 Oct 2017 15:22, Christopher Allan Webber writes: > >> - Could native code compilation also be a step towards WASM, assuming >> they lend us their GC? > > Regarding this question: yes! Specifically with the "GC" proposal > (which in reality is much more: > https://github.com/WebAssembly/gc/blob/master/proposals/gc/Overview.md) > I think that we will approach WASM's semantic level. There are some > open questions of course, like how to deal with the stack and delimited > continuations, how to do bignums with overflow, etc; but yeah we're > getting there. > > Andy This is very exciting!