blob: bc319cc94b6922fdeef2fcb7e37b131caf9db528 (
plain)
1
2
3
4
5
6
7
|
Racket (formerly named PLT Scheme) is a general purpose, multi-paradigm
programming language in the Lisp/Scheme family. One of its design goals is to
serve as a platform for language creation, design, and implementation. The
language is used in a variety of contexts such as scripting, general-purpose
programming, computer science education, and research. (source: Wikipedia)
racket is the commandlineversion, drracket is the GUI-version
|