Skip to content

Instantly share code, notes, and snippets.

View ggb's full-sized avatar

Gregor ggb

  • Kiel
View GitHub Profile
@333fred
333fred / README.md
Last active March 7, 2022 18:55
Basic Racket Emacs Setup

On Ubuntu, install the racket package with:

sudo apt-get install racket

On Arch Linux, install racket with:

sudo pacman -S racket

On Windows, install Racket from racket-lang.org. Put Racket.exe and Raco.exe on your path.