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 Facebook or Linkedin.

Banner


Advent Of Code 2025 Commences
01/12/2025

It's Advent, the time of year when we countdown the days to Christmas having fun doing daily coding challenges. Advents, in the programming sense, are events hosting programming puzzles announced ever [ ... ]



Getting Ready For Santa
24/12/2025

The annual Santa tech-fest is well under way, with Santa trackers from both Google and NORAD counting down to the big day to see how Santa is doing on sorting out who's been naughty and who's been nic [ ... ]


More News

pico book

 

Comments




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