racket/collects/scribblings/reference/running.scrbl
Matthew Flatt 376dd5f4aa add `racket/rerequire'
The `dynamic-rerequire' function is the reloading support of
`enter!', but in function form and without namespace-switching.
2013-05-07 12:00:13 -04:00

14 lines
329 B
Racket

#lang scribble/doc
@(require "mz.rkt")
@title[#:tag "running" #:style 'toc]{Running Racket}
@local-table-of-contents[]
@include-section["startup.scrbl"]
@include-section["collects.scrbl"]
@include-section["help.scrbl"]
@include-section["interactive.scrbl"]
@include-section["debugging.scrbl"]
@include-section["kernel.scrbl"]