From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Rottmann Newsgroups: gmane.lisp.guile.devel Subject: Re: r6rs libraries, round three Date: Wed, 18 Nov 2009 02:18:53 +0100 Message-ID: <87r5rwmxz6.fsf@delenn.lan> References: <2bc5f8210909261310q7a32ff83x8ebceb44a78d55c5@mail.gmail.com> <2bc5f8210909302132w258d3f09tf1259bdfd6b1ca9e@mail.gmail.com> <2bc5f8210910241210t11ee37a9o60f3991eb35eab55@mail.gmail.com> <2bc5f8210910252053o31424493re2648f133bf7691f@mail.gmail.com> <2bc5f8210911011126j66abb05ck57e0610903932146@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1258507168 10422 80.91.229.12 (18 Nov 2009 01:19:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Nov 2009 01:19:28 +0000 (UTC) Cc: guile-devel To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Nov 18 02:19:21 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 1NAZCb-0001Ff-Bn for guile-devel@m.gmane.org; Wed, 18 Nov 2009 02:19:21 +0100 Original-Received: from localhost ([127.0.0.1]:36045 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAZCa-00029Q-Qp for guile-devel@m.gmane.org; Tue, 17 Nov 2009 20:19:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAZCX-000295-K7 for guile-devel@gnu.org; Tue, 17 Nov 2009 20:19:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAZCS-00028T-51 for guile-devel@gnu.org; Tue, 17 Nov 2009 20:19:16 -0500 Original-Received: from [199.232.76.173] (port=47875 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAZCR-00028Q-W3 for guile-devel@gnu.org; Tue, 17 Nov 2009 20:19:12 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]:53730) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NAZCR-0002eE-Gs for guile-devel@gnu.org; Tue, 17 Nov 2009 20:19:11 -0500 Original-Received: (qmail invoked by alias); 18 Nov 2009 01:19:08 -0000 Original-Received: from 83-215-154-5.hage.dyn.salzburg-online.at (EHLO nathot.lan) [83.215.154.5] by mail.gmx.net (mp069) with SMTP; 18 Nov 2009 02:19:08 +0100 X-Authenticated: #3102804 X-Provags-ID: V01U2FsdGVkX18vA0k722Ev/0un7bQVBYflE2ioYKhEU875OTg0um Dbl/v173rlpVb3 Original-Received: by nathot.lan (Postfix, from userid 121) id 08D593A6A0; Wed, 18 Nov 2009 02:19:08 +0100 (CET) Original-Received: from delenn.lan (delenn.lan [192.168.3.11]) by nathot.lan (Postfix) with ESMTP id C083C3A693; Wed, 18 Nov 2009 02:18:55 +0100 (CET) Original-Received: by delenn.lan (Postfix, from userid 1000) id AF9074A83EB; Wed, 18 Nov 2009 02:18:53 +0100 (CET) In-Reply-To: (Andy Wingo's message of "Tue, 17 Nov 2009 20:56:36 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.59 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:9690 Archived-At: Andy Wingo writes: > Hi Julian! > > On Sun 01 Nov 2009 20:26, Julian Graham writes: > >> Find attached a working prototype of R6RS library support > > I think I missed this one, it was threaded above the end of guile-devel > that I read :-) Sorry about that. > > Note that quasisyntax is now merged. You can do things without > quasisyntax using with-syntax. I haven't actually had the pleasure yet > of using quasisyntax :P > Speaking of psyntax: have you had a look at my tail patterns patch[0] yet? If it is deemed, ok, I can add ChangeLog and NEWS entries, and update the documentation (anything else?). [0] http://article.gmane.org/gmane.lisp.guile.devel/9605/match=tail+pattern Regards, Rotty -- Andreas Rottmann --