
Next: Index
Up: PLT Reference Master Index
Previous: Contents
Where to LookWhere to Look
-
Scheme programming language: There are many books and
documents describing Scheme, including
Revised^4 Report on the Algorithmic Language Scheme
edited by William Clinger
and Jonathan Rees.
See also The Scheme Repository
.
- MzScheme: MrEd's core Scheme implementation is described in
MzScheme Reference Manual
This document describes MzScheme's extensions to core Scheme,
including the object system.
- Toolbox: MrEd's GUI toolbox is described in
MrEd Toolbox Reference Manual
This manual describes the basic classes implementing frames, buttons,
canvases, dialogs, etc. as well as editors and pasteboards. Also
covered is the startup procedure, how file-open requests are handled,
etc. -- information similar to what one would learn for any GUI
toolbox or to extend any Emacs-like system.
- MzLib: A library of Scheme procedures distributed with MzScheme is
described in
MzLib Reference Manual
- DrScheme: The DrScheme devlopment environment is described in
DrScheme Reference Manual
Two other references exist for programmers that are extending MzScheme
or using MzScheme as an embedded interpeter: Inside
MzScheme and xctocc Reference Manual.
They are not indexed here.
PLT