[racket] Support for R7RS-small?
On Fri, Feb 28, 2014 at 10:03 AM, Daniel Carrera <dcarrera at gmail.com> wrote:
>
>
> So, I start by opening info.rkt and I see this:
>
> (define scribblings '(("r5rs.scrbl" (multi-page) (legacy 50))))
>
>
> Could someone tell me what the "(legacy 50)" means, and what a reasonable
> value would be for R7RS? For now I chose "(language 1)" which I copied from
> the R6RS info.rkt file, but I have no idea what I'm doing.
That information is documented here:
http://docs.racket-lang.org/raco/setup-info.html?q=scribblings#%28idx._%28gentag._4._%28lib._scribblings%2Fraco%2Fraco..scrbl%29%29%29
Basically, it says to put it in the "legacy" category, with 50 to
indicate where it should be ordered relative to numbers chosen by
other documents.
Sam