Versions Compared

Key

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

...

Outside of lab, don't forget to get a homework partner, if you haven't already. If you're having trouble getting a partner, try using the sign up sheet. Partners are encouraged, but not required, to attend the same lab section.

...

----

DrRacket (aka DrScheme) Basics

  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 Lab01. Save all your Lab01 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.

...

We assume that you already know how to use email and a Web browser. If you have any trouble, ask a labbie during office hours, or contact the staff of the information desk in Mudd.You'll also need to know how to use SVN. On the SVN Turnin Page we have basic instructions for using SVN to turn in your homeworks.

Always "log out" from your account when you are done and leaving. Otherwise, someone can use your account, e.g., to copy or delete your assignments. Be sure to save everything before you log out!

...