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. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel