From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.user Subject: Re: syntax-case Date: 18 Jun 2002 23:45:00 +0200 Sender: guile-user-admin@gnu.org Message-ID: <87adps45yb.fsf@zagadka.ping.de> References: <87n0ts72z3.fsf@becket.becket.net> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1024436910 4325 127.0.0.1 (18 Jun 2002 21:48:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 18 Jun 2002 21:48:30 +0000 (UTC) Cc: guile-user@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17KQpx-00017e-00 for ; Tue, 18 Jun 2002 23:48:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17KQpZ-0002sk-00; Tue, 18 Jun 2002 17:48:05 -0400 Original-Received: from dialin.speedway42.dip179.dokom.de ([195.138.42.179] helo=zagadka.ping.de) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 17KQmb-0002i1-00 for ; Tue, 18 Jun 2002 17:45:01 -0400 Original-Received: (qmail 23534 invoked by uid 1000); 18 Jun 2002 21:45:00 -0000 Original-To: tb@becket.net (Thomas Bushnell, BSG) In-Reply-To: <87n0ts72z3.fsf@becket.becket.net> Original-Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:612 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:612 tb@becket.net (Thomas Bushnell, BSG) writes: > Guile 1.4 has syntax-case. Well, it has ice-9/syncase.scm. > > What *exactly* does that implement? Does it *exactly* implement > Dybvig's 1992 paper? Or something else? It comes directly from http://www.cs.indiana.edu/chezscheme/syntax-case/ Since it is extracted from Chez Scheme, the Chez Scheme User's Guide should be the place to look for a detailed description. The version of psyntax.ss in Guile is somewhat old, 5.9f, so we might want to update... Also, we might have some quirks with regard to our module system. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user