Racket
Jump to navigation
Jump to search
Racket is
- a programming language—a dialect of Lisp and a descendant of Scheme;
- a family of programming languages—variants of Racket, and more; or
- a set of tools—for using a family of programming languages.
References
- A text-book that introduces to programming and computing using Racket.
Some posts on Racket:
- Nine reasons of why to learn Lisp and Racket
Install
On ubuntu:
sudo add-apt-repository ppa:plt/racket
sudo apt update
sudo apt install racket
To start DrRacket:
drracket