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: Guile Assembler Date: Tue, 23 Jun 2015 17:30:42 +0800 Organization: HFG Message-ID: <1435051842.1695.15.camel@Renee-desktop.suse> References: <1435040921.1695.4.camel@Renee-desktop.suse> <20150623091251.GA19575@tuxteam.de> <1435051196.1695.13.camel@Renee-desktop.suse> <20150623092715.GD19575@tuxteam.de> 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 1435052136 16041 80.91.229.3 (23 Jun 2015 09:35:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Jun 2015 09:35:36 +0000 (UTC) Cc: Andy Wingo , guile-devel To: tomas@tuxteam.de Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Jun 23 11:35:35 2015 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 1Z7KcA-0007zb-Px for guile-devel@m.gmane.org; Tue, 23 Jun 2015 11:35:34 +0200 Original-Received: from localhost ([::1]:44266 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7Kc5-0006C3-6F for guile-devel@m.gmane.org; Tue, 23 Jun 2015 05:35:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7Kc1-0006Bn-PH for guile-devel@gnu.org; Tue, 23 Jun 2015 05:35:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7Kby-00061O-Jp for guile-devel@gnu.org; Tue, 23 Jun 2015 05:35:25 -0400 Original-Received: from mail-pd0-x231.google.com ([2607:f8b0:400e:c02::231]:34581) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7KXX-0004ay-1U for guile-devel@gnu.org; Tue, 23 Jun 2015 05:30:47 -0400 Original-Received: by pdbki1 with SMTP id ki1so3609844pdb.1 for ; Tue, 23 Jun 2015 02:30:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:cc:date:in-reply-to:references :organization:content-type:mime-version:content-transfer-encoding; bh=xzZEfv0TIgtdOtN7asqeFQ/JcjiLf4T6sKseUwLUPbY=; b=jAB3bgasXhwsC2tJJ7slCzCMPnirbsvagKmHsZO6SyDNnewPWlx/3E5N1g+wDlYrWu XZFGDnVbZuBK6YCDt+Z9RSVcQtY3YyBXLREqwsHg1pOJAhFbRSTICAlz1x8e2VrUhw/L cShkUOwi+EwpNIvSyN4riKoZ10v1Pcu9NVs6+rTp44tuDwmZJuOP9KXgkcdpR+sRla1j MNjFL/yfGyhB4QfwnBFa2ho55ZMRtFH2b9v8zCCGVtqgXLMFgNX75fXt0k3nuEdt1JM8 TATKUAuJ+cj65Nyq+a0yMa2ZtYSVHcx1VM5XQtfu+RN/j8lTgOUgmCu+PpBNdru/qBlH WQ4g== X-Received: by 10.70.134.198 with SMTP id pm6mr68042377pdb.17.1435051846200; Tue, 23 Jun 2015 02:30:46 -0700 (PDT) Original-Received: from [147.2.147.174] ([203.192.156.9]) by mx.google.com with ESMTPSA id a8sm22530283pbu.15.2015.06.23.02.30.44 (version=SSLv3 cipher=RC4-SHA bits=128/128); Tue, 23 Jun 2015 02:30:45 -0700 (PDT) In-Reply-To: <20150623092715.GD19575@tuxteam.de> X-Mailer: Evolution 3.4.4 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::231 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:17743 Archived-At: On Tue, 2015-06-23 at 11:27 +0200, tomas@tuxteam.de wrote: > Hm. Where's the difference to Guile's define? And why do you have double > parentheses in your example? > > Still a bit lost. hmm...do you read the pasted code in the repo? ;-) Anyway, it's not standard Scheme grammar, so that's why I mention it. > Regards > -- t