From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nala Ginrut Newsgroups: gmane.lisp.guile.devel Subject: Re: What's the plan about language-joiner? Date: Tue, 22 Jan 2013 16:35:26 +0800 Organization: HFG Message-ID: <1358843726.2720.55.camel@Renee-desktop.suse> References: <1354981647.22533.45.camel@Renee-desktop.suse> <87bochzkxr.fsf@pobox.com> <1358843489.2720.52.camel@Renee-desktop.suse> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1358843736 24550 80.91.229.3 (22 Jan 2013 08:35:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jan 2013 08:35:36 +0000 (UTC) Cc: guile-devel@gnu.org To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Jan 22 09:35:55 2013 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TxZKl-0007sV-7d for guile-devel@m.gmane.org; Tue, 22 Jan 2013 09:35:55 +0100 Original-Received: from localhost ([::1]:56364 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxZKT-0008AG-Ox for guile-devel@m.gmane.org; Tue, 22 Jan 2013 03:35:37 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:39564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxZKP-00089g-Eq for guile-devel@gnu.org; Tue, 22 Jan 2013 03:35:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TxZKO-0000dc-At for guile-devel@gnu.org; Tue, 22 Jan 2013 03:35:33 -0500 Original-Received: from mail-pa0-f48.google.com ([209.85.220.48]:57995) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxZKO-0000dW-3o for guile-devel@gnu.org; Tue, 22 Jan 2013 03:35:32 -0500 Original-Received: by mail-pa0-f48.google.com with SMTP id fa1so3932280pad.21 for ; Tue, 22 Jan 2013 00:35:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:subject:from:to:cc:date:in-reply-to :references:organization:content-type:x-mailer:mime-version :content-transfer-encoding; bh=5r5El/RfnWGSj3Ah1wqUNT9dM14kP3yy98BdmLC85FE=; b=pgLREAcmh3A8Qvn+KRN3K/fhhyBKcE9O4iJqudcTBZSepiO7U2vVkyAVWygqBve7oj 2ktqjdfhP8T26vOluwMzljDT0QNx0+pMhbFQiQbDCOrayq1DkwF06jns07gR0LgavK8+ kSaxpUgTOe6fNOQ8m6umKFjka1p/ce31++OpAXAUe5E1lzTCTkFRvMCRxXNNLJEIfVq/ Hl5CDxECrzOgHVzpxEAlbvk3OZJ/1sJ8tHAd/sLI9XiiuDALF+288oWIH5ucnPdg34kq xFNoFcphuHm86xpHe53XcBeJ44YTdNz8Od3+3FmbknvX99Gviov6Hs861bzwsuykS/xy vDew== X-Received: by 10.69.1.66 with SMTP id be2mr36088850pbd.42.1358843731047; Tue, 22 Jan 2013 00:35:31 -0800 (PST) Original-Received: from [147.2.147.112] ([61.14.130.226]) by mx.google.com with ESMTPS id qf7sm10337384pbb.49.2013.01.22.00.35.28 (version=SSLv3 cipher=RC4-SHA bits=128/128); Tue, 22 Jan 2013 00:35:29 -0800 (PST) In-Reply-To: <1358843489.2720.52.camel@Renee-desktop.suse> X-Mailer: Evolution 3.4.4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.220.48 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:15523 Archived-At: On Tue, 2013-01-22 at 16:31 +0800, Nala Ginrut wrote: > On Tue, 2013-01-22 at 09:22 +0100, Andy Wingo wrote: > > On Sat 08 Dec 2012 16:47, Nala Ginrut writes: > > > > > Test code here: > > > ------------------------cut-------------------------- > > > # echo "(+ 1 1)" > aa.scm > > > # guild compile aa.scm --from=scheme --to=glil -o aa.glil > > > # guild compile aa.glil --from=glil --to=assembly -o aa.asm > > > ------------------------end-------------------------- > > > > > > Error throws: "don't know how to join expressions" > > > > Fixed. Thanks for the report :) > > > > Andy > > > Thanks for fixing that. Now it's possible to write an external compiler > to compile glil into jvm-bytecode or newer-register-VM-bytecode(if any > necessary). > A little explanation: this fix is not relate to an external compiler, but I thought it's not available to convert glil into lower. From the patch I learned something about it. Thanks!