Difference between revisions of "Racket"
(note about racket-minimal) |
(typo) |
||
Line 6: | Line 6: | ||
The main Racket distribution comes with many bundled packages, including the DrRacket IDE, libraries for GUI and web programming, and implementations of languages such as Typed Racket, R5RS and R6RS Scheme, Algol 60, and Datalog. | The main Racket distribution comes with many bundled packages, including the DrRacket IDE, libraries for GUI and web programming, and implementations of languages such as Typed Racket, R5RS and R6RS Scheme, Algol 60, and Datalog. | ||
− | The | + | The ''minimal Racket''distribution includes just enough of Racket for you to use raco pkg to install more. Bundled packages, such as the DrRacket IDE, are not included. |
|Homepage URL=https://racket-lang.org/ | |Homepage URL=https://racket-lang.org/ | ||
|Version download=https://mirror.racket-lang.org/installers/8.7/racket-8.7-src.tgz | |Version download=https://mirror.racket-lang.org/installers/8.7/racket-8.7-src.tgz |
Revision as of 09:43, 21 November 2022
Racket
https://racket-lang.org/
extensible programming language in the Scheme family
Racket is a general-purpose programming language in the Scheme family, with a large set of libraries and a compiler based on Chez Scheme. Racket is also a platform for language-oriented programming, from small domain-specific languages to complete language implementations.
The main Racket distribution comes with many bundled packages, including the DrRacket IDE, libraries for GUI and web programming, and implementations of languages such as Typed Racket, R5RS and R6RS Scheme, Algol 60, and Datalog.
The minimal Racket distribution includes just enough of Racket for you to use raco pkg
to install more. Bundled packages, such as the DrRacket IDE, are not included.
Download
https://mirror.racket-lang.org/installers/8.7/racket-8.7-src.tgz
version 8.7
(stable)
released on 12 November 2022
VCS Checkout
git clone https://github.com/racket/racket.git
Categories
Related Projects
Licensing
License
Verified by
Verified on
Notes
License
Verified by
Genium
Verified on
21 November 2022
License
Verified by
Genium
Verified on
21 November 2022
License
Verified by
Genium
Verified on
21 November 2022
License
Verified by
Genium
Verified on
21 November 2022
Leaders and contributors
Contact(s) | Role |
---|---|
Resources and communication
Audience | Resource type | URI |
---|---|---|
Wikidata | General | https://www.wikidata.org/wiki/Q28975406 |
Debian | Developer | https://tracker.debian.org/pkg/racket |
GitHub | Bug Tracking | https://github.com/racket/racket/issues |
GitHub | VCS Repository Webview | https://github.com/racket/racket/ |
Developer | Download | https://mirror.racket-lang.org/installers/ |
Software prerequisites
This entry (in part or in whole) was last reviewed on 21 November 2022.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.