[racket] typed/file/md5 not declared as expected

2013-07-16 Thread Tim K.
Hello. Thanks to my complete ignorance I first didn't notice that there's a typed version of file/md5. So I imported it like this: (require/typed file/md5 (md5 (case-> ((U Bytes String Input-Port Boolean EOF) -> Bytes) ((U Bytes String In

Re: [racket] Roadmap for Racket

2013-07-16 Thread Matthew Flatt
At Sun, 14 Jul 2013 17:01:25 -0400, John Griffin wrote: > I'm curious if there is some type of roadmap or statement of > direction from the principals involved in Racket. There's no formal statement, but here are some thoughts about the near future. Support and Compatibility

Re: [racket] would like to create transparent window with one visible animation

2013-07-16 Thread Zelah Hutchinson
Thank you, I will look there. -Original Message- From: ro...@eecs.northwestern.edu Sent: Tue, 16 Jul 2013 10:55:08 -0500 To: ze...@inbox.com Subject: Re: [racket] would like to create transparent window with one visible animation If the animation's background is opaque, you can create a

Re: [racket] would like to create transparent window with one visible animation

2013-07-16 Thread Robby Findler
If the animation's background is opaque, you can create a full-sized window with no decorations. Slideshow does this and the docs for frame% should explain how. Robby On Mon, Jul 15, 2013 at 10:20 PM, Zelah Hutchinson wrote: > Just wondering how hard it might be to create a moving animation t

Re: [racket] would like to create transparent window with one visible animation

2013-07-16 Thread Matthias Felleisen
Can you send a mockup? It sounds doable. On Jul 15, 2013, at 11:20 PM, Zelah Hutchinson wrote: > Just wondering how hard it might be to create a moving animation that stays > on top of other windows with no visible controls other than those accessible > through a context menu on the animati

Re: [racket] Web Framework Benchmarks

2013-07-16 Thread Jay McCarthy
That's a good idea. I'll check it out. Jay On Tue, Jul 16, 2013 at 1:49 AM, adam moore wrote: > Hello there, racket users! > > My first post here - and it's pretty self serving, but, so it goes. > > I've recently been enjoying diving into racket, starting with the > guide, and just getting my fe

[racket] Web Framework Benchmarks

2013-07-16 Thread adam moore
Hello there, racket users! My first post here - and it's pretty self serving, but, so it goes. I've recently been enjoying diving into racket, starting with the guide, and just getting my feet wet at the moment making some command line tools, small web apps. So, anyway, I'm not sure if anyone els