
added tutorial, racket categories relabeled some other categories normalized manual names: de-bolded, changed some names
14 lines
373 B
Racket
14 lines
373 B
Racket
#lang scribble/doc
|
|
@(require scribble/manual)
|
|
|
|
@title{Turtle Graphics}
|
|
|
|
Turtle graphics are available in two forms: traditional imperative
|
|
turtle operations that draw into a fixed window, and functional turtle
|
|
operations that consume and produce a turtle picture.
|
|
|
|
@table-of-contents[]
|
|
|
|
@include-section["traditional-turtles.scrbl"]
|
|
@include-section["value-turtles.scrbl"]
|