racket
General purpose, multi-paradigm Lisp-Scheme programming language
Grow your Program - Racket's interactive mode encourages experimentation, and quick scripts easily compose into larger systems. Small scripts and large systems both benefit from native-code JIT compilation. When a system gets too big to keep in your head, you can add static types. Grow your Language - extend Racket whenever you need to. Mold it to better suit your tasks without sacrificing interoperability with existing libraries and without having to modify the tool chain. When less is more, you can remove parts of a language or start over and build a new one. Grow your Skills - whether you're just starting out, want to know more about programming language applications or models, looking to expand your horizons, or ready to dive into research, Racket can help you become a better programmer and system builder.
homepage ↗homepage ↗ github: racket/racket
Available in
| Overlay | Newest | Ebuilds | Last activity | |
|---|---|---|---|---|
| gentoo gitweb ↗ | 9.2 | 4 | 13 h | details › |
| tgbugs-overlay GitHub ↗ | 9.2 | 9 | 5 d | details › |
Versions & arches
| Version | Overlay | amd64 | x86 | ppc64 | arm | ppc | Committed | |
|---|---|---|---|---|---|---|---|---|
| 9999 LIVE ≈ | tgbugs-overlay | follows upstream — no keywords | 2 yr | view · download · history ↗ | ||||
| 9.2 | gentoo | amd64 stable | x86 stable | ppc64 testing | arm testing | ppc testing | — | view · download · history ↗ |
| 9.2 ≈ | tgbugs-overlay | amd64 testing | x86 testing | ppc64 testing | arm testing | ppc testing | 2 mo | view · download · history ↗ |
| 9.1 | gentoo | amd64 stable | x86 testing | ppc64 testing | arm testing | ppc testing | — | view · download · history ↗ |
| 9.1 ≈ | tgbugs-overlay | amd64 testing | x86 testing | ppc64 testing | arm testing | ppc testing | 5 mo | view · download · history ↗ |
| 9.0 ≈ | tgbugs-overlay | amd64 testing | x86 testing | ppc64 testing | arm testing | ppc testing | 8 mo | view · download · history ↗ |
| 8.18-r1 ≈ | tgbugs-overlay | amd64 testing | x86 testing | ppc64 testing | arm testing | ppc testing | 9 mo | view · download · history ↗ |
| 8.17 | gentoo | amd64 stable | x86 stable | ppc64 testing | arm testing | ppc testing | — | view · download · history ↗ |
| 8.17 ≈ | tgbugs-overlay | amd64 testing | x86 testing | ppc64 testing | arm testing | ppc testing | 14 mo | view · download · history ↗ |
| 8.16 | gentoo | amd64 stable | x86 stable | ppc64 stable | arm testing | ppc testing | — | view · download · history ↗ |
| 8.16 ≈ | tgbugs-overlay | amd64 testing | x86 testing | ppc64 testing | arm testing | ppc testing | 17 mo | view · download · history ↗ |
| 8.15 ≈ | tgbugs-overlay | amd64 testing | x86 testing | ppc64 testing | arm testing | ppc testing | 20 mo | view · download · history ↗ |
| 8.14 ≈ | tgbugs-overlay | amd64 testing | x86 testing | ppc64 testing | arm testing | ppc testing | 23 mo | view · download · history ↗ |
Use flags of 9.2
- +chez Build Racket on Chez (Racket CS)
- +doc Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- +futures Enable racket/future library for fine-grained hardware parallelism
- iconv Enable support for the iconv character set conversion library
- +jit Enable just-in-time compilation for improved performance. May prevent use of some PaX memory protection features in Gentoo Hardened.
- minimal Install a very minimal build (disables, for example, plugins, fonts, most drivers, non-critical features)
- ncurses Add ncurses support for expeditor (REPL expression editor)
- +places Enable racket/place library for share-nothing parallelism and message-passing communication. Compared to futures, places are heavyweight, but they have a simpler performance model.
- +threads Enable support for green threads