mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
12 lines
560 B
Plaintext
12 lines
560 B
Plaintext
Racket (formerly PLT Scheme) is a specific dialect of the Lisp
|
|
language based on the Scheme branch of the Lisp family.
|
|
|
|
It is suitable for implementation tasks ranging from scripting
|
|
to application development, including GUIs, web services, etc.
|
|
It includes programming environment, a virtual machine with
|
|
a just-in-time compiler, tools for creating stand-alone
|
|
executables, web server, extensive libraries, documentation
|
|
for both beginners and experts, and more. It supports the
|
|
creation of new programming languages through a rich, expressive
|
|
syntax system.
|