19 lines
485 B
Racket
19 lines
485 B
Racket
#lang scribble/doc
|
|
@(require "common.ss")
|
|
|
|
@title{Languages for @italic{How to Design Programs}}
|
|
|
|
@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[]
|