Racket Improves JSON Speed
Written by Kay Ewbank   
Monday, 03 June 2019

Racket 7.3 has been released with improvements to Racket-on-Chez and a much faster JSON reader.

Racket is described as a “full-spectrum programming language” that goes beyond Lisp and Scheme with dialects that support objects, types and laziness. When coding in it, you can link components written in different dialects, and write your own project-specific dialect if you want. The Racket libraries support applications from web servers and databases to GUIs and charts.

racketsq

The developers say that  Racket-on-Chez continues to improve. Snapshot builds are currently available at pre.racket-lang.org, and the developers expect that Racket-on-Chez will be included as a download option in the next release.

The aim is that the main Racket distribution will run on Chez Scheme
instead of the current Racket VM. Work has been ongoing in developing Racket-on-Chez for a couple of years. At the moment, the core Racket implementation relies on a lot of C code, which is problematic both for maintenance, for porting it to new platforms such as JavaScript, and for improving performance.

Chez Scheme is both a programming language and an implementation of that language, with supporting tools and documentation. It is a superset of the language described in the Revised Report on the Algorithmic Language Scheme (R6RS). Chez Scheme supports all standard features of Scheme, including first-class procedures, proper treatment of tail calls, continuations, user-defined records, libraries, exceptions, and hygienic macro expansion.

In addition to the work on Racket-on-Chez, this release has a refactored IO system that aims to improve performance and simplify internal design. The JSON reader is described as being "dramatically faster", and the web server provides better response messages by default for common status codes.

Elsewhere, the plot library includes color map support for renderers, and the Racket web library has improved support for 307 redirects.

racketsq 

 

 

More Information

Racket

Racket on GitHub

Related Articles

Racket 6.2 Released

Racket 6.1 

The Scheme Programming Language

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


Z3 Completed This Day In 1941
12/05/2025

On May 12, 1941 Konrad Zuse completed his Z3 computer, the first program-controlled electromechanical digital computer. It followed in the footsteps of the Z1 - the world’s first binary digital [ ... ]



5 Ways AI is Changing Front-End Development
25/04/2025

For a few years now, front-end developers have been nibbling with AI to help them streamline repetitive tasks and boost productivity. However, AI is now evolving into more than just an assistance tool [ ... ]


More News

espbook

 

Comments




or email your comment to: comments@i-programmer.info