Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open a terminal.
  2. Make a new folder (directory) called Comp211, for this course. The command is for making a new folder on Linux is mkdir.
  3. Make a sub-folder in Comp211 called Labs.
  4. Make a sub-folder in Labs called Lab00. Save all your Lab00 work to this folder. For submitting homeworks, see the Owlspace page for Comp 211.
  5. Start DrSchemeby typing the command drscheme.
    #If this is the first time you've run DrScheme, it will ask you your preferred language, and the Scheme language level; the latter should be "Beginning Student with List Abbreviations". This language level provides the expected set of primitive operations and enables DrSchemeto reject "legal" Scheme constructions that are not part of our introductory dialect.

...