Re: [racket-dev] Pre-Release Checklist for v6.1.1, Second Call

2014-10-24 Thread Jon Rafkind
> * Jon Rafkind > Release tests for (one of the) linux releases: > - Test that the `racket' and `racket-textual' source releases > compile fine (note that they're still called `plt' and `mz' at > this stage). > - Test that the binary installers for both work, try each one in > b

Re: [racket-dev] Proposed addition of #:where clause to the match library

2014-10-24 Thread Asumu Takikawa
Hi Michael, On 2014-10-24 17:55:24 +, Michael Bernstein wrote: >Proposed Racket version (based on the Erlang example) >uses #:where keyword: >(define/match (insert X lst) >  [{ X '() }                          (list X)] >  [{ X (cons H T) } #:where (<= X H)  (list* X H T)]

[racket-dev] apology for poor formatting

2014-10-24 Thread Michael Bernstein
i apologize for the bad newlines in the match thread. mb_ Racket Developers list: http://lists.racket-lang.org/dev

[racket-dev] Proposed addition of #:where clause to the match library

2014-10-24 Thread Michael Bernstein
I think it would desirable to add a 'where clause' to thematch module (it could be implemented as a keyword argument:#:where (test). Below are versions and an insertion sort algorithm fromFirst a Qi version, then an Erlang version, f

Re: [racket-dev] Pre-Release Checklist for v6.1.1, Second Call

2014-10-24 Thread Neil Toronto
On 10/23/2014 12:48 PM, Ryan Culpepper wrote: * Neil Toronto - Plot Tests - Images Tests - Inspect icons - Math tests All pass. Neil ⊥ _ Racket Developers list: http://lists.racket-lang.org/dev