21 lines
555 B
Racket
21 lines
555 B
Racket
#lang scribble/doc
|
|
@(require scribble/manual)
|
|
|
|
@title{@bold{DrScheme}: PLT Programming Environment}
|
|
|
|
DrScheme is a graphical environment for developing programs using the
|
|
PLT Scheme programming languages.
|
|
|
|
@table-of-contents[]
|
|
|
|
@; ----------------------------------------------------------------------
|
|
|
|
@include-section["interface-essentials.scrbl"]
|
|
@include-section["languages.scrbl"]
|
|
@include-section["interface-ref.scrbl"]
|
|
@include-section["extending.scrbl"]
|
|
|
|
@; ----------------------------------------------------------------------
|
|
|
|
@index-section[]
|