From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ian Price Newsgroups: gmane.lisp.guile.devel Subject: Re: Patch to add (define-syntax (foo bar) ...) support Date: Sun, 03 Jul 2011 23:34:13 +0100 Message-ID: References: <20110703201942.GA23510@yarrow.destinee.acro.gen.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1309732499 19487 80.91.229.12 (3 Jul 2011 22:34:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 3 Jul 2011 22:34:59 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jul 04 00:34:55 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QdVFf-0007O9-8D for guile-devel@m.gmane.org; Mon, 04 Jul 2011 00:34:55 +0200 Original-Received: from localhost ([::1]:38842 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdVFe-0007w4-GH for guile-devel@m.gmane.org; Sun, 03 Jul 2011 18:34:54 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:48374) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdVFI-0007vz-7e for guile-devel@gnu.org; Sun, 03 Jul 2011 18:34:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QdVFH-0000l7-8s for guile-devel@gnu.org; Sun, 03 Jul 2011 18:34:32 -0400 Original-Received: from mail-ww0-f49.google.com ([74.125.82.49]:61344) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdVFH-0000kx-1P for guile-devel@gnu.org; Sun, 03 Jul 2011 18:34:31 -0400 Original-Received: by wwf22 with SMTP id 22so3678253wwf.30 for ; Sun, 03 Jul 2011 15:34:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=JQ79LSGJVjak1sygpxMmhmJWqKS1UO9uTnIWtSpmUBY=; b=fpdv39LiyM/X2YFUfjCBODzfB+7g4eadwOibq9HiiDLWdwI0mhXylsrGOhByyxwEqE nQMLsINVTsD8VmgcvmKY/rl8mftTuENq8jQvtUO6doF/CALfRu6c8kVo0AzToDPgBQoM 8PNjm9dJhxrTCCNhOXBdDk7z3fkPtx63oDiVQ= Original-Received: by 10.227.198.10 with SMTP id em10mr4780816wbb.108.1309732469756; Sun, 03 Jul 2011 15:34:29 -0700 (PDT) Original-Received: from Kagami (host109-153-24-247.range109-153.btcentralplus.com [109.153.24.247]) by mx.google.com with ESMTPS id fi5sm4001152wbb.39.2011.07.03.15.34.27 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 03 Jul 2011 15:34:28 -0700 (PDT) In-Reply-To: <20110703201942.GA23510@yarrow.destinee.acro.gen.nz> (Chris K. Jester-Young's message of "Sun, 3 Jul 2011 16:19:42 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.49 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:12641 Archived-At: Looks fine to me. When I started writing portable R6RS code instead of PLT Scheme specific code, this was one thing I missed quite often. Not because it couldn't be done, but because I wanted to avoid having to do (import (except (rnrs) define-syntax) (utils)) every single time I wanted to write a macro :-) -- Ian Price "There are only two hard problems in Computer Science: cache invalidation and naming things." - Phil Karlton