From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Noah Lavine Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] tree-il->scheme improvements Date: Thu, 1 Mar 2012 22:29:47 -0500 Message-ID: References: <87hay728vi.fsf@netris.org> <87d38v28li.fsf@netris.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1330659001 28680 80.91.229.3 (2 Mar 2012 03:30:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 2 Mar 2012 03:30:01 +0000 (UTC) Cc: guile-devel@gnu.org To: Mark H Weaver Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Mar 02 04:30:00 2012 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 1S3JBs-0007C7-8l for guile-devel@m.gmane.org; Fri, 02 Mar 2012 04:29:56 +0100 Original-Received: from localhost ([::1]:38191 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3JBr-00081N-8a for guile-devel@m.gmane.org; Thu, 01 Mar 2012 22:29:55 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:45974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3JBn-00081H-Va for guile-devel@gnu.org; Thu, 01 Mar 2012 22:29:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S3JBm-0008AT-20 for guile-devel@gnu.org; Thu, 01 Mar 2012 22:29:51 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:38823) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3JBl-00089i-OB for guile-devel@gnu.org; Thu, 01 Mar 2012 22:29:49 -0500 Original-Received: by iajr24 with SMTP id r24so2083801iaj.0 for ; Thu, 01 Mar 2012 19:29:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=+52Ccc1qWnb+SqrAehlW8xzA7ZOB1tQH2cWhqT9mgKU=; b=lY1h5brQXOgIh+EZ1LTvPr5hcuOmBBR4JYoJPXmP7pvcdNGMBk5ZTu2CWLAMi1iUi7 I/0d7GWo/45JtoRArmNY7bAEkPX3xfD2aq27KVZKnTzIJ43oTWxwSFNjTS44VfaCncK1 ULiJXM8EhdtnrrS5mTeL8hevi050oxb+HucCLZtpWkgsxVb7NwfzqXRF/iX3xMNTyrU1 ZrLnEETVyPLVv+GJEEWqmQVi34k7YEnVn+qqC1el6WJOPGFA3MRvjY4iT+Eb71NqmWEj ez9PbgDckkSu7E/iK+E+XG/50FV5XijaF0SRK/1KLVfJsklWcB2dSMpFv87eDyMKGwbK kISg== Original-Received: by 10.50.178.8 with SMTP id cu8mr355844igc.12.1330658987862; Thu, 01 Mar 2012 19:29:47 -0800 (PST) Original-Received: by 10.231.16.199 with HTTP; Thu, 1 Mar 2012 19:29:47 -0800 (PST) In-Reply-To: <87d38v28li.fsf@netris.org> X-Google-Sender-Auth: n62Ub0olueCVIOjy3gb_1Ng_UWk X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.210.169 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:13980 Archived-At: This is great! Thanks for improving this so much. Noah On Thu, Mar 1, 2012 at 6:40 PM, Mark H Weaver wrote: > I wrote: >> Here's a significantly refactored version of my 'tree-il->scheme' >> improvements. > > and here are the actual patches, with the psyntax-pp.scm portions > removed. =A0"make -C module ice-9/psyntax-pp.scm.gen" to regenerate. > > =A0 =A0 Mark > >