Re: [racket-users] A very simple #lang

2018-01-25 Thread Shu-Hung You
The explanation of the 5-argument read and 6-argument read-syntax is here, starting from the 3rd paragraph of this subsection: https://docs.racket-lang.org/reference/reader.html#%28part._parse-reader%29 The 5 (or 6) arguments version read accepts extra source location information. However, this ve

Re: [racket-users] A very simple #lang

2018-01-25 Thread Deren Dohoda
Thanks Philip, of course I should have checked for something like this directly. Deren On Thu, Jan 25, 2018 at 3:51 PM, Philip McGrath wrote: > You may just want to use #lang exact-decimal racket (see: > http://docs.racket-lang.org/exact-decimal-lang/index.html). > > I have encountered a simila

Re: [racket-users] A very simple #lang

2018-01-25 Thread Philip McGrath
You may just want to use #lang exact-decimal racket (see: http://docs.racket-lang.org/exact-decimal-lang/index.html). I have encountered a similar problem with six arguments to read-syntax before, and I remember there being a good reason that was explained in some obscure corner of the documentati