Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 613 Bytes

2018-05-10.md

File metadata and controls

24 lines (13 loc) · 613 Bytes

May 10, 2018

Everybody has Racket installed!

Everybody has watched the video!

Starting Geiser in Emacs

  1. M-x run-geiser in a *.rkt file.

  2. Pick racket implementation.

  3. Nevermind, just do M-x run-racket instead.

  4. Evaluate at the REPL: ,enter "lecture-1a.rkt"

  5. From then on you can C-x C-e to load a single form.

Check out lecture-1a.rkt, we go through most of the exercises in the book.

Homework

Maybe do Exercise 1.8 on your own, we didn't quite get that far.

Watch the Lecture 1B video for next month!