[racket-dev] Release Announcement for v5.3, second draft

From: Neil Toronto (neil.toronto at gmail.com)
Date: Wed Aug 1 12:05:51 EDT 2012

On 08/01/2012 05:34 AM, Ryan Culpepper wrote:
> * The API for fast floating-point bitmaps (flomaps) supports image
>    processing operations, including pointwise arithmetic, gradients,
>    blur, resizing with correct downsampling, arbitrary spatial
>    transformations, and pict-like combiners.

This needs to mention Typed Racket. How about this?

The new `images/flomap' library defines floating-point images and fast 
operations on them, including pointwise arithmetic, gradients, blur, 
resizing with correct downsampling, arbitrary spatial transformations, 
and pict-like combiners. It is written in Typed Racket, so Typed Racket 
code may use it without the cost of contract checks.

Neil ⊥


Posted on the dev mailing list.