Choosing a Language
- On first running, you will have to choose a language.
- Click Language
on DrRacket's menu bar and select Choose Language.
- Under Legacy
Languages select Pretty Big, and click OK.
- Go to DrRacket's tool bar and click the Run button.
- Test the language by going to the interaction pane (the lower one)
and typing
(+ 2 3)
at the DrRacket prompt > .
- After pressing
Enter on the keyboard, the result 5 should be returned.
- You are now ready to use DrRacket for the non-graphical exercises
in chapter 1.