This topic was made using the edx How to Code: Simple Data course that is provided by the University of British Columbia
You can see the whole list here
- Racket is a dialect of Lisp and descendant of Scheme;
- We use Racket usually to refer to a set of tools, that are:
- racket, the core compiler, interpreter, and run-time system;
- DrRacket, the programming enviroment;
- raco, a command line tool for executing RAcket COmmands that install packages, build libraries and more.