From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: Quasisyntax broken? Date: Thu, 23 Jul 2009 23:31:02 +0200 Message-ID: References: <87ocs2y6lx.fsf@delenn.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1248385129 9125 80.91.229.12 (23 Jul 2009 21:38:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Jul 2009 21:38:49 +0000 (UTC) Cc: Guile Developers To: Andreas Rottmann Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jul 23 23:38:42 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MU5zr-0004bV-LW for guile-devel@m.gmane.org; Thu, 23 Jul 2009 23:38:40 +0200 Original-Received: from localhost ([127.0.0.1]:59511 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MU5zr-0004SM-31 for guile-devel@m.gmane.org; Thu, 23 Jul 2009 17:38:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MU5uE-00026x-3Y for guile-devel@gnu.org; Thu, 23 Jul 2009 17:32:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MU5u9-0001zK-GF for guile-devel@gnu.org; Thu, 23 Jul 2009 17:32:49 -0400 Original-Received: from [199.232.76.173] (port=39391 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MU5u9-0001z7-79 for guile-devel@gnu.org; Thu, 23 Jul 2009 17:32:45 -0400 Original-Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:63744 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MU5u8-0005gQ-UA for guile-devel@gnu.org; Thu, 23 Jul 2009 17:32:45 -0400 Original-Received: from localhost.localdomain (unknown [127.0.0.1]) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTP id 823EC11138; Thu, 23 Jul 2009 17:32:44 -0400 (EDT) Original-Received: from unquote (unknown [81.38.186.175]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTPSA id C5E3711137; Thu, 23 Jul 2009 17:32:42 -0400 (EDT) In-Reply-To: <87ocs2y6lx.fsf@delenn.lan> (Andreas Rottmann's message of "Fri, 03 Jul 2009 02:04:26 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Pobox-Relay-ID: 5BD41ACE-77D0-11DE-86C7-F699A5B33865-02397024!a-sasl-quonix.pobox.com X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:8938 Archived-At: On Fri 03 Jul 2009 02:04, Andreas Rottmann writes: > Playing around with Guile's now-in-core syntax-case support (using Git > HEAD as of today), I found that quasisyntax seems quite broken: We've spoken over IRC since then, but for those that do not frequent there, it's simply not implemented. You can implement it in terms of with-syntax, though. Did you have a patch for that, Andreas? Andy -- http://wingolog.org/