Re: [Guile-commits] GNU Guile branch, syncase-in-boot-9, updated. e3c5df539640a36eb1493f581087d54a4714f337

2009-06-04 Thread Neil Jerram
Andy Wingo wi...@pobox.com writes: (1) Doesn't #'x = (syntax x) need to apply only in the lexical RHS of a syntax-case syntax transformer? Perhaps then we could implement this meaning of #'x only in this limited scope, and retain the older meaning in other scopes? Yes, although you can't

Re: [Guile-commits] GNU Guile branch, syncase-in-boot-9, updated. e3c5df539640a36eb1493f581087d54a4714f337

2009-06-02 Thread Neil Jerram
Andy Wingo wi...@pobox.com writes: * 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

Re: [Guile-commits] GNU Guile branch, syncase-in-boot-9, updated. e3c5df539640a36eb1493f581087d54a4714f337

2009-05-30 Thread Ludovic Courtès
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