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
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
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
3 matches
Mail list logo