Hi, On Mon 11 Apr 2011 14:23, Wolfgang J Moeller <w...@heenes.com> writes:
> Subsequently I noticed that `psyntax-pp.scm' is full of symbols > #{name\ number}# which so far, would _not_ be read in > as the original "gensym"s. > > This is going to change if you re-generate `psyntax-pp.scm' > using the "fixed" GUILE. Hope it doesn't hurt ... No, it doesn't. The backslash was an accident, and anyway after fixing the reader too #{foo\ bar}# reads the same as #{foo bar}#. Those symbols need to be unique lexically, but not globally, so it's not a big deal. At some point we will need globally unique gensyms but this change does not adversely impact the current state of things. Cheers, Andy -- http://wingolog.org/