Racket v8.14
posted by Stephen De Gabrielle
We are pleased to announce Racket v8.14 is now available from https://download.racket-lang.org/.
As of this release:
-
64-bit ARM Windows is one of the standard pre-built downloads.
-
The
compiler/demod
language integrates demodularization into the program rather than an external tool. Using the language approach cooperates with other Racket tools and allows demodularization to be used on libraries. Additionally, demodularization handles submodules and can prune definitions, significantly shrinking the size of some programs. (#lang compiler/demod
) -
The
contract-in
form enables contracts to be specified in an importing module. (8.6 Attaching Contracts to Values) -
The
#%declare
form supports the#:flatten-requires
and#:unlimited-compile
keywords (#%declare
) -
Identifiers such as
case-λ
,match-λ
andλ
are equivalent to their Latin-alphabet equivalents (case-lambda
,match-lambda
, andlambda
) in more contexts, including uses ofmatch
. -
The
hash-filter
function allows the use of a predicate to select a sub-table of a hash table. (hash-filter
) -
The module browser can perform filtering on submodules.
-
The
raco test
command-line form respects thecurrent-test-invocation-directory
parameter, and shows well-formed module paths in its output. (current-test-invocation-directory
) -
Racket CS allows the use of in-memory boot files.
-
The
raco/testing
collection brings together a variety of testing- related functions and forms. (raco/testing
) -
This release also includes many bug-fixes and documentation updates!
-
NOTE: This release (and version 8.13) have a known build problem that affects the builtpkgs source bundle on Windows. In order to avoid this problem, use a pre-built bundle or build using a source bundle other than the “builtpkgs” one. Nightly builds do not suffer from this problem.
Thank you
The following people contributed to this release:
Alex Knauth, Alexander Shopov, Ben Greenman, Bert De Ketelaere, Bob Burger, Bogdan Popa, Cadence Ember, Carl Gay, D. Ben Knoble, Gregory Rosenblatt, Gustavo Massaccesi, John Clements, John Sullivan, Jordan Johnson, luistung, Matthew Flatt, Matthias Felleisen, Noah Ma, Philip McGrath, Robby Findler, Ryan Culpepper, Sam Tobin-Hochstadt, Sergey Fedorov, Sorawee Porncharoenwase, Wing Hei Chan, and ZhangHao.
Racket is a community developed open source project and we welcome new contributors. See racket/README.md to learn how you can be a part of this amazing project.
Feedback Welcome
Questions and discussion welcome at the Racket community Discourse or Discord
Please share
If you can - please help get the word out to users and platform specific repo packagers
Racket - the Language-Oriented Programming Language - version 8.14 is now available from https://download.racket-lang.org
See https://blog.racket-lang.org/2024/08/racket-v8-14.html for the release announcement and highlights.