racket/collects/scribblings/guide/to-scheme.scrbl
Matthew Flatt 7d9f2d8b6a fix local TOC in latex output
svn: r6288
2007-05-25 01:54:44 +00:00

18 lines
535 B
Racket

#reader(lib "docreader.ss" "scribble")
@require[(lib "manual.ss" "scribble")]
@require[(lib "eval.ss" "scribble")]
@require["guide-utils.ss"]
@title[#:tag "to-scheme" #:style 'toc]{A Little Scheme}
This chapter provides a quick introduction to Scheme as background for
the rest of the guide. Readers with some Scheme experience can safely
skip to @secref["datatypes"].
@local-table-of-contents[]
@include-section["simple-data.scrbl"]
@include-section["syntax.scrbl"]
@include-section["lists.scrbl"]
@include-section["truth.scrbl"]