racket/collects/scribblings/htdp-langs/htdp-langs.scrbl
Matthew Flatt 04859fb2dd normalize some doc titles
svn: r8336
2008-01-15 14:46:36 +00:00

23 lines
636 B
Racket

#lang scribble/doc
@(require "common.ss")
@title{@italic{How to Design Programs} Languages}
The languages documented in this manual are provided by DrScheme to be
used with the @italic{@link["http://www.htdp.org/"]{How to Design
Programs}} book.
@table-of-contents[]
@;------------------------------------------------------------------------
@include-section["beginner.scrbl"]
@include-section["beginner-abbr.scrbl"]
@include-section["intermediate.scrbl"]
@include-section["intermediate-lambda.scrbl"]
@include-section["advanced.scrbl"]
@;------------------------------------------------------------------------
@index-section[]