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: FOL Date: Thu, 16 Sep 2010 21:39:35 +0200 Message-ID: References: <201009162100.34493.stefan.tampe@spray.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1284665793 25866 80.91.229.12 (16 Sep 2010 19:36:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 16 Sep 2010 19:36:33 +0000 (UTC) Cc: guile-devel To: Stefan Israelsson Tampe Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Sep 16 21:36:31 2010 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.69) (envelope-from ) id 1OwKFy-00056k-8H for guile-devel@m.gmane.org; Thu, 16 Sep 2010 21:36:30 +0200 Original-Received: from localhost ([127.0.0.1]:42173 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OwKFx-0006y3-D3 for guile-devel@m.gmane.org; Thu, 16 Sep 2010 15:36:29 -0400 Original-Received: from [140.186.70.92] (port=59503 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OwKFr-0006uv-Bb for guile-devel@gnu.org; Thu, 16 Sep 2010 15:36:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OwKFp-0003Ag-KC for guile-devel@gnu.org; Thu, 16 Sep 2010 15:36:23 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:37664 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OwKFp-0003AY-ER for guile-devel@gnu.org; Thu, 16 Sep 2010 15:36:21 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id A24BAD6F79; Thu, 16 Sep 2010 15:36:20 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=DW3uf2KEc+Fa9+GhSI3UFl29Rn0=; b=TdPNTd Ep/cURvzLPzEASpxO7rG/RBlEKMSsHLdrO0vgKfCook6dRHgOfG/NOSW6vxCzeeh FB9pZStB5ZdkSU7mN8n1X13oyPmqyUK2kCKhYgj3las1usWqUyWq1tRVx6FfALrK 8ph3vZVZnNZn5UXPTOYhigx19mUF/Gwp2MCrg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=GSIoV5O87vlZ/57ZzajIsKGyWGjutp/r GI2Cg6XHlRoGC+z8jeJszGCIdWe+vBbKwklj6rDsebokrQ/tFxmXuqdCoUFbUF5B 4wA8TewQU34cEtyIrtOh7i68qk3JA4ZHyzuKoAsHBc/lODsyRUIpVPi2juo84tz0 eis/DRYqMlc= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 8E0A9D6F78; Thu, 16 Sep 2010 15:36:19 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [88.17.207.25]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id EB5BFD6F77; Thu, 16 Sep 2010 15:36:17 -0400 (EDT) In-Reply-To: <201009162100.34493.stefan.tampe@spray.se> (Stefan Israelsson Tampe's message of "Thu, 16 Sep 2010 21:00:34 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: ADF4C882-C1C9-11DF-B0AF-030CEE7EF46B-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.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:10924 Archived-At: Hi, On Thu 16 Sep 2010 21:00, Stefan Israelsson Tampe writes: > http://www.ccs.neu.edu/scheme/pubs/icfp10-cf.pdf > > I was wondering if you would like to see it ported to guile? I could try > to do that! I think we could use an implementation in any case. Is there a free implementation already, based on syntax-case? (Is syntax-parse implementable in syntax-case?) I haven't read the paper yet, but it's on my list. It sounds interesting, and a little daunting as well ;) Andy -- http://wingolog.org/