From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Rottmann Newsgroups: gmane.lisp.guile.user Subject: Re: What does #-3# mean? Date: Wed, 25 Aug 2010 00:46:27 +0200 Message-ID: <87occr1vek.fsf@delenn.lan> References: <1282579402.2957.6.camel@debianrts.home> <87occsezkl.fsf@gnu.org> <04CDA7A3-47B4-471E-9665-EE63ECDC0481@mac.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1282690021 24120 80.91.229.12 (24 Aug 2010 22:47:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 24 Aug 2010 22:47:01 +0000 (UTC) Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= , "guile-user@gnu.org" To: "dskr\@mac.com" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Aug 25 00:47:00 2010 Return-path: Envelope-to: guile-user@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 1Oo2Gh-00059d-I2 for guile-user@m.gmane.org; Wed, 25 Aug 2010 00:46:59 +0200 Original-Received: from localhost ([127.0.0.1]:41636 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oo2Gg-0007mR-WF for guile-user@m.gmane.org; Tue, 24 Aug 2010 18:46:59 -0400 Original-Received: from [140.186.70.92] (port=45006 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oo2GK-0007kv-Qf for guile-user@gnu.org; Tue, 24 Aug 2010 18:46:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oo2GJ-0000Jh-Lt for guile-user@gnu.org; Tue, 24 Aug 2010 18:46:36 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:60530 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1Oo2GJ-0000JO-7G for guile-user@gnu.org; Tue, 24 Aug 2010 18:46:35 -0400 Original-Received: (qmail invoked by alias); 24 Aug 2010 22:46:32 -0000 Original-Received: from 83-215-154-5.hage.dyn.salzburg-online.at (EHLO nathot.lan) [83.215.154.5] by mail.gmx.net (mp061) with SMTP; 25 Aug 2010 00:46:32 +0200 X-Authenticated: #3102804 X-Provags-ID: V01U2FsdGVkX1+M1bYUR5yMHQyqL6tyz/D3aNiNG3hZ13Dl+PKAhe UDdRFvKCU2bMDv Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by nathot.lan (Postfix) with ESMTP id 8F4EF3A695; Wed, 25 Aug 2010 00:46:31 +0200 (CEST) Original-Received: from nathot.lan ([127.0.0.1]) by localhost (nathot.lan [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id puH3YjZsAVTl; Wed, 25 Aug 2010 00:46:27 +0200 (CEST) Original-Received: from delenn.lan (delenn.lan [192.168.3.11]) by nathot.lan (Postfix) with ESMTP id B18B43A693; Wed, 25 Aug 2010 00:46:27 +0200 (CEST) Original-Received: by delenn.lan (Postfix, from userid 1000) id 8451974EEA; Wed, 25 Aug 2010 00:46:27 +0200 (CEST) In-Reply-To: <04CDA7A3-47B4-471E-9665-EE63ECDC0481@mac.com> (dskr@mac.com's message of "Tue, 24 Aug 2010 16:46:58 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8098 Archived-At: "dskr@mac.com" writes: > I recall that the reader can be hash-extended to read these forms in a > hacky way. Extend on '-'. I don't recall exactly anymore. I long ago > patched the reader to read these natively. Perhaps there is some > enthusiasm for making these readable in the main line? > I'd like to implement SRFI-38, and perhaps the best way would be to modify the core reader/writer, instead of adding something like the reference implementation? Would this require a new reader option, or should it be always enabled? Regards, Rotty -- Andreas Rottmann --