Re: [racket-dev] [plt] Push #26024: master branch updated

2013-01-07 Thread Robby Findler
How about just saying that the input is either the string get put post or a match pattern and if it is one of the former, then do case-folding before checking? Robby On Mon, Jan 7, 2013 at 9:24 AM, Jay McCarthy j...@racket-lang.org wrote: I like the idea of the match patterns... but I'm

Re: [racket-dev] Motivation for polymorphic opaque types

2013-01-07 Thread Neil Toronto
I think this specific case covers pretty much every abstract data type written in Typed Racket, including all those exported by PFDS and math/array. (Well, the RAList type in PFDS would have to wrap its lists of roots in a struct to get great performance in untyped Racket instead of just good

[racket-dev] Release for v5.3.2 has begun

2013-01-07 Thread Ryan Culpepper
The release process for v5.3.2 has begun: the `release' branch was created for any work that is left and is now bumped to v5.3.1.900. You can go on using the `master' branch as usual, it is now bumped to v5.3.2.1 (to avoid having two different trees with the same version). If you have any