<div dir="ltr">I took Matthias's for now. :)<div><br></div><div>faster than light, I think.</div><div><br></div><div>Robby</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jan 13, 2014 at 12:33 PM, Matthias Felleisen <span dir="ltr"><<a href="mailto:matthias@ccs.neu.edu" target="_blank">matthias@ccs.neu.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
faster than what?<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On Jan 13, 2014, at 1:32 PM, Sam Tobin-Hochstadt <<a href="mailto:samth@cs.indiana.edu">samth@cs.indiana.edu</a>> wrote:<br>
<br>
> * Typed Racket is 50% faster when type checking some programs.<br>
>   For example: <a href="http://bit.ly/1d0Ye4z" target="_blank">http://bit.ly/1d0Ye4z</a><br>
><br>
> Sam<br>
><br>
> On Mon, Jan 13, 2014 at 1:25 PM, Robby Findler<br>
> <<a href="mailto:robby@eecs.northwestern.edu">robby@eecs.northwestern.edu</a>> wrote:<br>
>> I'll wait for an actual new bullet here, if one of Sam/Matthias doesn't mind<br>
>> writing it?<br>
>><br>
>> Robby<br>
>><br>
>><br>
>> On Mon, Jan 13, 2014 at 11:06 AM, Matthias Felleisen <<a href="mailto:matthias@ccs.neu.edu">matthias@ccs.neu.edu</a>><br>
>> wrote:<br>
>>><br>
>>><br>
>>> Use 'compiler performance'<br>
>>><br>
>>> Avoid 'faster' without 'than'<br>
>>><br>
>>><br>
>>><br>
>>> On Jan 13, 2014, at 12:05 PM, Sam Tobin-Hochstadt <<a href="mailto:samth@cs.indiana.edu">samth@cs.indiana.edu</a>><br>
>>> wrote:<br>
>>><br>
>>>> I don't like the use of "compilation" here, but I'm happy to drop "now".<br>
>>>><br>
>>>> Sam<br>
>>>><br>
>>>> On Mon, Jan 13, 2014 at 12:02 PM, Matthias Felleisen<br>
>>>> <<a href="mailto:matthias@ccs.neu.edu">matthias@ccs.neu.edu</a>> wrote:<br>
>>>>><br>
>>>>> I would omit 'now' (that's the whole point of a release announcement)<br>
>>>>> and I'd avoid the dangling comparison with<br>
>>>>><br>
>>>>> the Typed Racket compilation improved by 50% on some typed programs;<br>
>>>>> see http:// ...<br>
>>>>><br>
>>>>><br>
>>>>><br>
>>>>><br>
>>>>><br>
>>>>><br>
>>>>> On Jan 13, 2014, at 11:43 AM, Sam Tobin-Hochstadt<br>
>>>>> <<a href="mailto:samth@cs.indiana.edu">samth@cs.indiana.edu</a>> wrote:<br>
>>>>><br>
>>>>>> Looks good.<br>
>>>>>><br>
>>>>>> On Mon, Jan 13, 2014 at 11:40 AM, Robby Findler<br>
>>>>>> <<a href="mailto:robby@eecs.northwestern.edu">robby@eecs.northwestern.edu</a>> wrote:<br>
>>>>>>> How about this bullet:<br>
>>>>>>><br>
>>>>>>> * Typed Racket is now 50% faster when type checking some programs.<br>
>>>>>>> For example: <a href="http://bit.ly/1d0Ye4z" target="_blank">http://bit.ly/1d0Ye4z</a><br>
>>>>>>><br>
>>>>>>><br>
>>>>>>><br>
>>>>>>> On Mon, Jan 13, 2014 at 9:56 AM, Sam Tobin-Hochstadt<br>
>>>>>>> <<a href="mailto:samth@cs.indiana.edu">samth@cs.indiana.edu</a>><br>
>>>>>>> wrote:<br>
>>>>>>>><br>
>>>>>>>> The graph is at:<br>
>>>>>>>><br>
>>>>>>>><br>
>>>>>>>> <a href="http://drdr.racket-lang.org/28051/pkgs/typed-racket-pkgs/typed-racket-test/tests/typed-racket/succeed/new-metrics.rkt" target="_blank">http://drdr.racket-lang.org/28051/pkgs/typed-racket-pkgs/typed-racket-test/tests/typed-racket/succeed/new-metrics.rkt</a><br>

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