Hi!

"Andy Wingo" <wi...@pobox.com> writes:

> commit 34f3d47df9311852ba7eab6f8d1c36535c3774dd
> Author: Andy Wingo <wi...@pobox.com>
> Date:   Thu May 28 14:49:33 2009 +0200

[...]

>     * module/ice-9/boot-9.scm: Remove #' read-hash extension, which actually
>       didn't do anything at all. It's been there since 1997, but no Guile
>       code I've ever seen uses it, and it conflicts with #'x => (syntax x)
>       from modern Scheme.

I find this point questionable.  Do we really need to break this
functionality?  It would be nicer if we could both keep
`read-hash-extend' and the functionality you want.  What do you think?

(Besides, this commit appears to contain unrelated changes.  Also, I
prefer it when the test case appears in the same commit as the feature
it tests, for easier review.)

You may also want to add "SRFI-62 support" in `NEWS'.

Thanks,
Ludo'.


Reply via email to