Re: bug in read?

2007-09-23 Thread Andy Wingo
Hi, Since it's a week later now and no one's answered: On Mon 17 Sep 2007 23:49, "Luigi Semenzato" <[EMAIL PROTECTED]> writes: > Is this a reader bug? Hash marks following > an integer are interpreted as zeros, and the > number is converted to real. > > guile> (read) > 44### > 44000.0 > guile>

Re: bug in read?

2007-09-23 Thread dsmich
Andy Wingo <[EMAIL PROTECTED]> wrote: > Hi, > > Since it's a week later now and no one's answered: > > On Mon 17 Sep 2007 23:49, "Luigi Semenzato" <[EMAIL PROTECTED]> writes: > > > Is this a reader bug? Hash marks following > > an integer are interpreted as zeros, and the > > number is c