previous up next     contents index
Next: Implementation Information about Donkey Up: PLT Donkey: Scheme Stepper Previous: Progress Rules

DrScheme

    DrScheme is another Scheme programming environment which may be convenient when Donkey is not. Donkey is a particularly useful runtime debugging environment, but for many people, its editing environment is cumbersome. DrScheme is stronger in this area. A common practice is to program in DrScheme and debug in Donkey.

Donkey may be started from DrScheme by selecting the Stepper item under the Tools menu. Donkey will load and place a Donkey menu in DrScheme that allows the user to start new Donkeys. To copy text between Donkey and DrScheme use copy and paste as described in Section 4.2.



PLT