
added tutorial, racket categories relabeled some other categories normalized manual names: de-bolded, changed some names
23 lines
590 B
Racket
23 lines
590 B
Racket
#lang scribble/doc
|
|
@(require scribble/manual)
|
|
|
|
@title{DrRacket: The Racket Programming Environment}
|
|
|
|
@author["Robert Bruce Findler" "PLT"]
|
|
|
|
DrRacket is a graphical environment for developing programs using the
|
|
Racket 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[]
|