<div dir="ltr"><div class="gmail_extra">Okay, new version below. Thanks!</div><div class="gmail_extra"><br></div><div class="gmail_extra">If there is a drdr graph that shows the 50% jump, I'd like to add that pointer into the notes in the bullet you added, eg:</div>
<div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra"> * Typed Racket is now 50% faster when type checking some large</div><div class="gmail_extra">   programs. See, for example: <a href="http://drdr.racket-lang.org/...../bigfile.rkt">http://drdr.racket-lang.org/...../bigfile.rkt</a></div>
<div class="gmail_extra"><br></div><div class="gmail_extra">Robby</div><div><br></div><div><br></div><div><div>Racket 5.92 has a new package system, including a catalog of</div><div>hundreds of already-available packages. Please visit</div>
<div><br></div><div> <a href="http://pkgs.racket-lang.org/">http://pkgs.racket-lang.org/</a></div><div><br></div><div>for an overview of the packages.</div><div><br></div><div>Recent releases included the "beta" versions of the package system.</div>
<div>Racket version 6.0 incorporates many improvements suggested by these</div><div>preliminary experiences:</div><div><br></div><div> * A package is treated as a single collection by default, so it is even</div><div>   easier to use a Github repository as a package. Get started quickly:</div>
<div>     <a href="http://docs.racket-lang.org/pkg/getting-started.html">http://docs.racket-lang.org/pkg/getting-started.html</a></div><div><br></div><div> * DrRacket includes a new package manager GUI, available via the</div>
<div>   File|Package Manager ... menu item. The GUI is also available</div><div>   as a stand-alone program via the "gui-pkg-manager" package.</div><div><br></div><div> * The main Racket distribution has been separated into about 200</div>
<div>   packages. The Racket installer combines the core system with</div><div>   bundled versions of these packages.</div><div><br></div><div>   Alternatively, you may now install a Minimal Racket distribution ---</div><div>
   which is about 1/10 the size of the main distribution --- and add only</div><div>   those packages that you need.</div><div><br></div><div> * Package installation supports pre-built packages that include</div><div>   compiled byte code and rendered documentation, meaning packages can be</div>
<div>   installed quickly when built versions are a available. All packages in</div><div>   the main distribution are available in pre-built form.</div><div><br></div><div>Further improvements are in the works, including package documentation on</div>
<div>the package-catalog web site.</div><div><br></div><div>COMPATIBILITY NOTE: PLaneT, the previous Racket package system,</div><div>will remain in place for the foreseeable future, but we expect</div><div>all package work to shift to the new system.</div>
<div><br></div><div>Beyond the package system, this release brings a number of other changes:</div><div><br></div><div> * Racket's HTML documentation has a new and improved look, thanks to</div><div>   Matthew Butterick.</div>
<div><br></div><div> * Racket's JIT compiler supports the ARM architecture.</div><div><br></div><div> * Racket supports the Mac's Retina display mode.</div><div><br></div><div> * Typed Racket is now 50% faster when type checking some large</div>
<div>   programs.</div><div><br></div><div> * The profiler provides a new mode that uses the errortrace library to</div><div>   produce fine-grained profiles.</div><div><br></div><div> * A new contract profiler reports how much time programs spend checking</div>
<div>   contracts, and which contracts are most expensive.</div><div><br></div><div> * The math/flonum library exports fast 105-bit precision operations.</div><div><br></div><div> * Check Syntax handles generated identifiers, especially those</div>
<div>   introduced by struct (e.g. field selectors) and Redex (e.g., e_1, e_2)</div><div><br></div><div> * 2htdp/batch-io includes functions for dealing with html/xml in files and</div><div>   web sites as X-expressions plus conveniences for web-based graph traversals.</div>
</div><div><br></div></div></div>