Using DrScheme to Prepare Project Reports

  1. You can open up a new window by using the File menu's New option, and then using that new window's Show menu to Hide Interactions. That will leave you with just a big definitions window, which gives you somewhere to work on your report that is distinct from your active definitions window that you are using to try things out. Alternatively, you can stick with just one definitions window and directly write the report in it. If you do use a separate window, you should use DrScheme's Edit menu to Copy definitions and Paste them into the report, rather than manually retyping them. Students who retype inevitably make typos and wind up handing in procedures that couldn't possibly have worked.

  2. When you want to type in some English text, you should use the Special menu's Insert Text Box option, and type your text inside the box (which will expand as needed). This prevents DrScheme from trying to execute your English text as though it were Scheme, and also prevents DrScheme from trying to automatically indent it as though it were Scheme.

  3. You can Copy and Paste sample input and output from the interaction window into your report as well, including images.