guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Per-module reader, take #2


From: Ludovic Courtès
Subject: Re: [PATCH] Per-module reader, take #2
Date: Mon, 24 Oct 2005 13:43:26 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

Hi,

Recently, Neil and I agreed that the reader setting should be thought of
as per-file instead of per-module.  Happily, the second patch I sent
implements per-file readers (which may be set via `set-current-reader')
while maintaining the per-module reader mechanism (via `(define-module
(m) :reader r)', implemented on top of `set-current-reader').

I'm actually unsure whether we really want to get rid of the `#:reader'
option to `define-module'.  Although the same effects can be achieved
with `set-current-reader', it provides an alternative and IMO clearer
way to achieve this.

What do you think?

Thanks,
Ludovic.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]