Earlier this week, the team behind Racket announced the release of Racket 7.3. This release comes with improved Racket-on-Chez, refactored IO system, a new shear function in the Pict library, and more. The Racket programming language is general-purpose, multi-paradigm, and is a dialect of Lisp and Scheme.
Racket’s core was largely implemented in C, which affects its portability to different systems, maintenance, and performance. Hence, back in 2017, the team decided to make the Racket distribution run on Chez Scheme. With the last release (Racket 7.2), the team shared that the implementation of Racket on Chez Scheme (Racket CS) has reached almost complete status with all functionalities in place.
With this release, the team has added more improvements to Racket-on-Chez and has made its snapshot builds available on Racket Snapshots. The team further shared that by next release we can expect Racket-on-Chez to be included as a download option.
In addition to the improvements in Racket-on-Chez, the following updates are introduced:
Read the full announcement on Racket’s official website.
Racket 7.2, a descendant of Scheme and Lisp, is now out!
Racket v7.0 is out with overhauled internals, updates to DrRacket, TypedRacket among others
Swift is improving the UI of its generics model with the “reverse generics” system