- Freeware
- - Development
- - Other
- - Racket
Racket 8.15 freeware
Racket is a versatile programming language and environment designed for both beginners and experienced developers. Originating from the Scheme dialect of Lisp, it offers a rich set of features, including a powerful macro system, extensive libraries, and support for functional programming. Racket's unique approach to language creation allows users to easily design new languages tailored to specific tasks. With its interactive development environment and robust documentation, Racket fosters creati ... ...
Author | PLT Scheme Inc |
Released | 2024-11-04 |
Filesize | 82.90 MB |
Downloads | 1619 |
OS | Windows 11, Windows 10 32/64 bit, Windows 8 32/64 bit, Windows 7 32/64 bit |
Installation | Instal And Uninstall |
Keywords | Racket, programming environment, code debugger, programmer, compile, debugger, code |
Users' rating (14 rating) |
Racket Free Download - we do not host any Racket torrent files or links of Racket on rapidshare.com, depositfiles.com, megaupload.com etc. All Racket download links are direct Racket download from publisher site or their selected mirrors.
8.15 | Nov 4, 2024 | New Release | Sort and highlight documentation-search results by core documentation and main-distribution packages Add "language family" to documents, support filtering searches by language family, and highlight results that are not the main family Add `'ios` as a compilation target distinct from `'macos` Use `AI_V4MAPPED` and `AI_ADDRCONFIG` for hostname resolution via`getaddrinfo which improves IPv4 vs. IPv6 on some platforms raco pkg: Add `uninstall` command prefer it to `remove` raco pkg: Improve `--clone` transition for packages that are included in a distribution, and improve `--unclone` propagation to implied ffi/unsafe: Add `'zeroed-atomic[-interior]` allocation mode compiler/demod: Repair for Windows paths and some syntax scopes |
8.14 | Aug 14, 2024 | New Release | The racket/treelist and racket/mutable-treelist libraries provide list-like containers that support many operations in effectively constant time, including appending and extracting sub-lists without mutating the given list. Treelists are implemented as RRB Vectors, invented by Stucki, Riompf, Ureche, and Bagwell. (see 4.16 Treelists and RRB vector: a practical general purpose immutable sequence, ICFP 2015) The hash-filter-keys and hash-filter-values functions allow users to filter hashes using a predicate on either keys or values. (see 4.15 Hash Tables: hash-filter-keys, hash-filter-values) The vector-extend and vector*-extend functions provide a way to pre-populate the prefix of a newly allocated vector using the elements of an existing vector. (see 4.12 Vectors: vector-extend) Command-line raco setup, package update, and package installation use terminal control (when available) to show what they are working on more compactly and with a progress bar. Racket v8.13 uses Unicode 15.1 for character and string operations. Machine-specific cross-module optimization allows improved support for static generation of foreign-function bindings. The scribble/acmart language uses v2.01, which avoids errors concerning the hyperref package in some latex installations. |
8.13 | May 16, 2024 | New Release |