Re: [racket] HtDP mention on Hacker News

2013-08-03 Thread Matthias Felleisen
Thanks. I guess the first sentence is no longer 'with the times' -- or people no longer visit 'book stores'. Either way it's probably time to replace it with 'nice' prose when I get around to it. It does sound like the people who criticize the book haven't read it beyond small fragments. I'll

[racket] HtDP mention on Hacker News

2013-08-03 Thread Noel Welsh
HtDP2e made it to the front page on Hacker News. Some interesting comments: https://news.ycombinator.com/item?id=6150967 N. Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Using prefix-out with contract-out together

2013-08-03 Thread Carl Eastlund
That sounds like a bug in contract-out and/or prefix-out. There's no reason they shouldn't work right together. And I can confirm the bug -- the bindings get exported with contracts, but by their original names. I assume that's the behavior you're seeing as well. Carl Eastlund On Sat, Aug 3, 2