racket/collects/scribblings/reference/reference.scrbl
2007-06-06 06:08:46 +00:00

22 lines
609 B
Racket

#reader(lib "docreader.ss" "scribble")
@require["mz.ss"]
@title{PLT Scheme Reference Manual}
This manual defines the core PLT Scheme language and describes its
most prominent libraries. The companion manual
@italic{@link["../guide/index.html"]{A Guide to PLT Scheme}} provides
a friendlier (though less precise and less complete) overview of the
language.
@table-of-contents[]
@include-section["model.scrbl"]
@include-section["read.scrbl"]
@include-section["macros.scrbl"]
@include-section["syntax.scrbl"]
@include-section["derived.scrbl"]
@include-section["data.scrbl"]
@index-section["mzscheme-index"]