[racket] partitions

2014-05-22 Thread Jos Koot
On https://gist.github.com/joskoot you can find function (partition n k) which returns the k-th partition of n. Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Plot is voracious

2014-05-22 Thread Matthias Felleisen
On May 22, 2014, at 8:43 AM, Robby Findler wrote: > On Thu, May 22, 2014 at 7:17 AM, Matthias Felleisen > wrote: >> >> On May 21, 2014, at 6:09 PM, Neil Toronto wrote: >> >>> That's the kind of thing I had in mind, but I was also thinking of >>> subtyping-like relations in the exception hiera

Re: [racket] Plot is voracious

2014-05-22 Thread Robby Findler
On Thu, May 22, 2014 at 7:17 AM, Matthias Felleisen wrote: > > On May 21, 2014, at 6:09 PM, Neil Toronto wrote: > >> That's the kind of thing I had in mind, but I was also thinking of >> subtyping-like relations in the exception hierarchy. For example, does it >> make sense to change a contract

Re: [racket] Plot is voracious

2014-05-22 Thread Matthias Felleisen
On May 21, 2014, at 6:09 PM, Neil Toronto wrote: > That's the kind of thing I had in mind, but I was also thinking of > subtyping-like relations in the exception hierarchy. For example, does it > make sense to change a contract to raise a less specific error? No, absolutely not. The Style Guid