From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: What's the plan about language-joiner? Date: Tue, 22 Jan 2013 09:22:24 +0100 Message-ID: <87bochzkxr.fsf@pobox.com> References: <1354981647.22533.45.camel@Renee-desktop.suse> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1358842952 18081 80.91.229.3 (22 Jan 2013 08:22:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jan 2013 08:22:32 +0000 (UTC) Cc: guile-devel@gnu.org To: Nala Ginrut Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Jan 22 09:22:51 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 1TxZ85-0001we-Lu for guile-devel@m.gmane.org; Tue, 22 Jan 2013 09:22:49 +0100 Original-Received: from localhost ([::1]:52869 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxZ7o-0005L8-FV for guile-devel@m.gmane.org; Tue, 22 Jan 2013 03:22:32 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:34744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxZ7l-0005Kq-H1 for guile-devel@gnu.org; Tue, 22 Jan 2013 03:22:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TxZ7k-0004ju-6P for guile-devel@gnu.org; Tue, 22 Jan 2013 03:22:29 -0500 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:45332 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxZ7k-0004jg-1L for guile-devel@gnu.org; Tue, 22 Jan 2013 03:22:28 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 18E0499FA; Tue, 22 Jan 2013 03:22:27 -0500 (EST) 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=vxBhaZv9vLNlTJS0LCNAoKQBx78=; b=Nk7SWI gbdKctEEQS9W3Imt47JGBB/VL3KK/RzVdgKJQhYKU9hcEnjweyY7zsDQMxINoZaP mawAqhv6qfr0y1P57O1/JAPq4S6SWm3s8kiHa2xDgd51tR5grCjiP5+eWeyBC6SB iZbQdqz27zX06h6G3ssOSKvSwcwHpusDEp3po= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=WnSiDq4rDoqZzXltreERT83mRVV3O21T 03fhZi4BdV/u5PAeROE4YEzWmfC0NWVnaZrT7VYzGk/ugxyjmpKAUT4EALPga+3V SoykEY+CwRSlhVsFGoTW0ugKmxfu6eqRdF/VoSIwDTyEb9l+PPrySTEX8Jq4fCDD FmEEHA6/Ba4= Original-Received: from a-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 0B2A399F9; Tue, 22 Jan 2013 03:22:27 -0500 (EST) Original-Received: from badger (unknown [88.160.190.192]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 884A399F8; Tue, 22 Jan 2013 03:22:26 -0500 (EST) In-Reply-To: <1354981647.22533.45.camel@Renee-desktop.suse> (Nala Ginrut's message of "Sat, 08 Dec 2012 23:47:27 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) X-Pobox-Relay-ID: DAEEFF22-646C-11E2-9B2A-0A4F0E5B5709-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 208.72.237.25 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:15522 Archived-At: 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 -- http://wingolog.org/