23 lines
636 B
Racket
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[]
|