From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: vm status update, a.k.a. yowsers batman it's february already Date: Thu, 05 Feb 2009 20:43:59 +0000 Message-ID: <87ab90ipgw.fsf@arudy.ossau.uklinux.net> References: <87myd3hz7y.fsf@arudy.ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1233866674 14594 80.91.229.12 (5 Feb 2009 20:44:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2009 20:44:34 +0000 (UTC) Cc: guile-devel To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Feb 05 21:45:49 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LVB6X-0006QP-SQ for guile-devel@m.gmane.org; Thu, 05 Feb 2009 21:45:46 +0100 Original-Received: from localhost ([127.0.0.1]:55028 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVB5E-00005K-Ul for guile-devel@m.gmane.org; Thu, 05 Feb 2009 15:44:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVB4z-0008Te-9i for guile-devel@gnu.org; Thu, 05 Feb 2009 15:44:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVB4y-0008TE-Id for guile-devel@gnu.org; Thu, 05 Feb 2009 15:44:08 -0500 Original-Received: from [199.232.76.173] (port=55833 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVB4y-0008T8-B4 for guile-devel@gnu.org; Thu, 05 Feb 2009 15:44:08 -0500 Original-Received: from mail3.uklinux.net ([80.84.72.33]:57932) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVB4x-00086A-Si for guile-devel@gnu.org; Thu, 05 Feb 2009 15:44:08 -0500 Original-Received: from arudy (host86-157-180-39.range86-157.btcentralplus.com [86.157.180.39]) by mail3.uklinux.net (Postfix) with ESMTP id E444F1F74B5; Thu, 5 Feb 2009 20:44:05 +0000 (GMT) Original-Received: from arudy.ossau.uklinux.net (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id D734038012; Thu, 5 Feb 2009 20:43:59 +0000 (GMT) In-Reply-To: (Andy Wingo's message of "Wed\, 04 Feb 2009 01\:34\:57 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:8134 Archived-At: Andy Wingo writes: >> Is that the kind of thing that you had in mind, or have I missed your >> point? > > You've got it :) Hooray! > I think that selfishly, I need to implement another language if I'd like > to present something about "guile's multilingual framework", or else I'd > be laughed out of the room. Decompilers aren't necessary but they are > interesting. But the compilers are the important part. Lua was recently mentioned as a relatively small (and so easy) language to implement... Neil