rayleyva / racket-paint

A simple paint program in Racket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple paint program in Racket

License:Other


Languages

Language:Racket 100.0%