From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel,gmane.comp.gnu.guix.devel Subject: Re: FOSDEM 2019 Date: Wed, 22 Aug 2018 18:27:08 +0200 Message-ID: <87wosinz8j.fsf@igalia.com> References: <6159e90a-b5d9-026e-24de-ea7d897f0ed0@gmail.com> <87wosjsiu8.fsf@elephly.net> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1534955225 9135 195.159.176.226 (22 Aug 2018 16:27:05 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 22 Aug 2018 16:27:05 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) Cc: guix-devel , guile-devel , Pjotr Prins To: Ricardo Wurmus Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Aug 22 18:27:01 2018 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 1fsVyG-0002Ey-NH for guile-devel@m.gmane.org; Wed, 22 Aug 2018 18:27:00 +0200 Original-Received: from localhost ([::1]:59917 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fsW0N-00066e-7l for guile-devel@m.gmane.org; Wed, 22 Aug 2018 12:29:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fsVzG-0005OC-Nd for guile-devel@gnu.org; Wed, 22 Aug 2018 12:28:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fsVzD-0001D6-FE for guile-devel@gnu.org; Wed, 22 Aug 2018 12:28:02 -0400 Original-Received: from pb-sasl2.pobox.com ([64.147.108.67]:56503 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fsVzD-0000vl-8h; Wed, 22 Aug 2018 12:27:59 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [10.110.30.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-sasl2.pobox.com (Postfix) with ESMTPS id C595FF58B2; Wed, 22 Aug 2018 12:27:21 -0400 (EDT) Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-sasl21.pobox.com (Postfix) with ESMTP id 0CCA935D32; Wed, 22 Aug 2018 12:27:20 -0400 (EDT) (envelope-from wingo@igalia.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=DMjBDczVSnxniLIThJ90Is25YWQ=; b=Pttc49 6YXXmip9sovlkvFod33blsCWlp9S0lk/zJPOs0XvCyseRyXXczTyr0ERtddXqTCC X2r1n9LM06ixWWrtXLVycwtDohTMYsDEqIsWEDMnGtd5BKKlIWnblywEN/JfhpY8 FKBgyAAMMteggwYBJWlCc/1QaJMEPNmFSf2WM= Original-Received: from pb-sasl21.sea.icgroup.com (unknown [127.0.0.1]) by pb-sasl21.pobox.com (Postfix) with ESMTP id 054F635D31; Wed, 22 Aug 2018 12:27:20 -0400 (EDT) (envelope-from wingo@igalia.com) Original-Received: from rusty (unknown [88.160.190.192]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pb-sasl21.pobox.com (Postfix) with ESMTPSA id 3B0F435D30; Wed, 22 Aug 2018 12:27:16 -0400 (EDT) (envelope-from wingo@igalia.com) In-Reply-To: <87wosjsiu8.fsf@elephly.net> (Ricardo Wurmus's message of "Tue, 21 Aug 2018 19:57:51 +0200") X-Pobox-Relay-ID: 3BA2661C-A628-11E8-9D06-AE572B461AF9-02397024!pb-sasl21.pobox.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 64.147.108.67 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:19627 gmane.comp.gnu.guix.devel:43677 Archived-At: On Tue 21 Aug 2018 19:57, Ricardo Wurmus writes: > If we base our application on this proposal I think we should make these > changes: > > - mention the work on adding JIT Yes definitely! This will be Guile 3, so we can call it "Just-in-time code generation for Scheme: Speed for free in Guile 3" or something. I'd be happy to give this talk. Andy