|
![]() [ View full size screenshot ] |
| Version | Date Released | Status | Release Notes |
| 5.2.1 | Feb 6, 2012 | New Release | · Performance improvements include the use of epoll()/kqueue() instead of select() for the Racket thread scheduler, cross-module inlining of small functions, and the use of SSE instead of x87 for JIT-compiled floating-point operations on platforms where SSE is always available (including x86_64 platforms). A related change is the interning of literal numbers, strings, byte strings, characters, and regexps that appear in code and syntax objects. · DrRacket uses a set of composable ray-traced icons available from the new images library collection. · Typed Racket's typecheck-fail form allows macro creators to customize the error messages that Typed Racket produces. This is especially useful when creating pattern matching macros. · The performance of Redex's matcher has been substantially improved; depending on the model you should see improvements between 2x and 50x in the time it takes to reduce terms. · Plots look nicer and are more correct at very small and very large scales. |
| 5.2 | Nov 14, 2011 | New Release | · DrRacket comes with an experimental, on-line check syntax tool, although this new tool is disabled default. See below for more information. · The new db library offers a high-level, functional interface to popular relational database systems, including PostgreSQL, MySQL, and SQLite, as well as other systems via ODBC. · A new XREPL collection provides convenient commands for a plain racket REPL. It is particularly convenient for people who prefer console-based work and alternative editors. See also the new chapter on command-line tools and other editors at the end of the Racket Guide. · The plot collection has been reimplemented in Racket. It now offers PDF output, log axes, histograms, and more. Some code that uses plot will still work, and some will need light porting. The plot/compat module offers expedient backward compatibility. · DrRacket uses more conventional key bindings: C-t creates a new tab, C-w closes the current one, and C-r runs the definitions. |
| 5.1.3 | Aug 17, 2011 | New Release | · This is a bugfix release, resolving the DrRacket issue with the contour view. In addition, two tex files with problematic licensing were removed. |
| 5.1.2 | Aug 5, 2011 | New Release | |
| 5.1.1 | May 16, 2011 | New Release |