/racket-paint

A simple paint program in Racket

Primary LanguageRacketOtherNOASSERTION

racket-paint

A simple paint program written in Racket.

From DrRacket:

  1. Install: In DrRacket, click on File|Install Package… then type racket-paint and Enter.
  2. Launch: In a the interaction window, type (require racket-paint).

Or from the command line:

  1. Install: raco pkg install racket-paint
  2. Launch: racket -l racket-paint

yeah, painting's not my forte as you can see