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:31:29 +0800 Organization: HFG Message-ID: <1358843489.2720.52.camel@Renee-desktop.suse> References: <1354981647.22533.45.camel@Renee-desktop.suse> <87bochzkxr.fsf@pobox.com> 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 1358848371 812 80.91.229.3 (22 Jan 2013 09:52:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jan 2013 09:52:51 +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 10:53:10 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 1TxaXW-00049L-4S for guile-devel@m.gmane.org; Tue, 22 Jan 2013 10:53:10 +0100 Original-Received: from localhost ([::1]:54472 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxaXE-0004X4-QR for guile-devel@m.gmane.org; Tue, 22 Jan 2013 04:52:52 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:32854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxaXC-0004Wr-Rx for guile-devel@gnu.org; Tue, 22 Jan 2013 04:52:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TxaXB-0004ju-Ki for guile-devel@gnu.org; Tue, 22 Jan 2013 04:52:50 -0500 Original-Received: from mail-pa0-f44.google.com ([209.85.220.44]:50277) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxZGZ-0007xz-77 for guile-devel@gnu.org; Tue, 22 Jan 2013 03:31:35 -0500 Original-Received: by mail-pa0-f44.google.com with SMTP id hz11so3913502pad.3 for ; Tue, 22 Jan 2013 00:31:34 -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=dYQbuovJSnrdHX/RjKWp8SGjge6DpafQglANGj5ZofI=; b=TqwDpLZKLcEPHkgvv5OlfyXRRHkUTDj16rbO2XqHG8J/383LqTDpWbFEak7P68k3nq zZPhnKmlEDgP1kx3hOCNMYX3E+NUzKthriluFPJ+uau11OEvRuFQqxL1bQKtHtA4ZYob H9SXjP+eg45GNuTF5AtSdPvPStdLHTn1HFUxwkKk7isLxYYOjJNIRvGcJwMKNMSm6c+U boTK0Nqa9ujRWm+weQaSc1tQvwXIt16PvUXL/BtRwYKg0WmvUgo0KEFtwbrwx8L0HjgD 4xNTRaAwQFlx2ehVBF9Nw6FShf0/tulpdmFOWSPEOEOzD9qBbMLfHKXNxsED6c+IEIos 16Bg== X-Received: by 10.68.241.65 with SMTP id wg1mr37795268pbc.141.1358843494353; Tue, 22 Jan 2013 00:31:34 -0800 (PST) Original-Received: from [147.2.147.112] ([61.14.130.226]) by mx.google.com with ESMTPS id uk9sm10327660pbc.63.2013.01.22.00.31.31 (version=SSLv3 cipher=RC4-SHA bits=128/128); Tue, 22 Jan 2013 00:31:33 -0800 (PST) In-Reply-To: <87bochzkxr.fsf@pobox.com> 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.44 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:15526 Archived-At: 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).