Racket

From miki
Revision as of 16:17, 23 February 2019 by Mip (talk | contribs) (Created page with "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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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