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 14:28:41 +0800 Organization: HFG Message-ID: <1435040921.1695.4.camel@Renee-desktop.suse> References: 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 1435040950 3138 80.91.229.3 (23 Jun 2015 06:29:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Jun 2015 06:29:10 +0000 (UTC) Cc: Andy Wingo , guile-devel To: Panicz Maciej Godek Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Jun 23 08:29:05 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 1Z7Hhe-0000eN-Qt for guile-devel@m.gmane.org; Tue, 23 Jun 2015 08:29:02 +0200 Original-Received: from localhost ([::1]:43481 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7Hhd-0007yO-W0 for guile-devel@m.gmane.org; Tue, 23 Jun 2015 02:29:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7HhY-0007vV-F1 for guile-devel@gnu.org; Tue, 23 Jun 2015 02:28:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7HhT-0000ya-FV for guile-devel@gnu.org; Tue, 23 Jun 2015 02:28:56 -0400 Original-Received: from mail-pd0-x22c.google.com ([2607:f8b0:400e:c02::22c]:34471) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7HhT-0000yC-8U for guile-devel@gnu.org; Tue, 23 Jun 2015 02:28:51 -0400 Original-Received: by pdbki1 with SMTP id ki1so354622pdb.1 for ; Mon, 22 Jun 2015 23:28:50 -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=EBl74KXMiy93jGg6Yp9D8H14iNM7Pdw8pM71v+LXhY4=; b=OFodamOoktx6ExTnxi7YkxuGvZl+YjZJ5ZRADqzJz6FZ2x5aPlA4nTGjYvuTDJXPZ3 35lVE8Ml8hYmEB3SxBv+Y+VJhVsogdfr/ESJlHowDU67xg0EXDnkaL+rPgwP/PSZs4A/ Orkm2fYtIv55DZw1WLhBVkWnAyLv6s5gDparnNxqkkynZ49fO2GNDR28MgcrwhmHZQMR 1cZQc+IZEAjQdt79GnSTNwuP4ltQvfEmUANoEldILyoHHjM4VWYkSvv1/lufB5x5P31g PIEWkWWqy7mlasWu0IJPmasGw25FAGT0wl86J1GbiXhalqFZtnLImm1u4jwVQcqRmTOk x5lw== X-Received: by 10.68.65.43 with SMTP id u11mr66786528pbs.118.1435040930198; Mon, 22 Jun 2015 23:28:50 -0700 (PDT) Original-Received: from [147.2.147.174] ([203.192.156.9]) by mx.google.com with ESMTPSA id ud3sm21897431pbc.10.2015.06.22.23.28.48 (version=SSLv3 cipher=RC4-SHA bits=128/128); Mon, 22 Jun 2015 23:28:49 -0700 (PDT) In-Reply-To: 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::22c 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:17739 Archived-At: hi Panicz! On Mon, 2015-06-22 at 22:49 +0200, Panicz Maciej Godek wrote: > My repo is available here: > > https://bitbucket.org/panicz/envy/src Thanks for the hint! There's tiny problem IMO, (define ((number/base base) (l ...)) is not supported in Guile, but I do see something similar in Racket, say: ==========================code================== (define ((number/base base) l) l) ===========================end================== Anyway, I'm interested in this topic too. ;-) > (the project uses an extension module from another project that is not > contained in the repo, but can be easily obtained from > https://bitbucket.org/panicz/slayer/src) > > Regards, > M.