Re: [racket-dev] raco setup hangs

2011-01-11 Thread Robby Findler
(Sorry, I removed the trace; it doesn't seem very enlightening after all.) On Tue, Jan 11, 2011 at 11:02 AM, Robby Findler ro...@eecs.northwestern.edu wrote: I don't know if this is useful or not, but I enabled cm trace printfs and it does indeed seem to get stuck during the actual compilation

[racket-dev] JFYI: Apple's Mac App store now online

2011-01-11 Thread John Clements
This article from TidBITS http://db.tidbits.com/article/11864 describes the launch of the new Mac App Store. It's clearly Apple's intention to make this the primary way of distributing software on the Mac, and it wouldn't surprise me to see not-so-subtle barriers to non-app-store app

Re: [racket-dev] problems with eps file generation in Windows?

2011-01-11 Thread Robby Findler
Which version of Racket are you using? Robby On Tue, Jan 11, 2011 at 12:12 PM, Stephen Chang stch...@ccs.neu.edu wrote: Has anyone ever had issues with generating .eps files with render-language in Windows? Is there something I need to install to make it work? When I run render-language, it

Re: [racket-dev] problems with eps file generation in Windows?

2011-01-11 Thread Stephen Chang
Oops, sorry, it's 5.0.1.7. On Tue, Jan 11, 2011 at 1:18 PM, Robby Findler ro...@eecs.northwestern.edu wrote: Which version of Racket are you using? Robby On Tue, Jan 11, 2011 at 12:12 PM, Stephen Chang stch...@ccs.neu.edu wrote: Has anyone ever had issues with generating .eps files with

Re: [racket-dev] problems with eps file generation in Windows?

2011-01-11 Thread Robby Findler
There have been a lot of changes to the gui systems since then. I recommend you either use a released version or track the git head more closely. In the version I have, under windows, the program below seems to produce the right output: #lang racket (require redex) (define-language lc (e (e e)

Re: [racket-dev] JFYI: Apple's Mac App store now online

2011-01-11 Thread Sam Tobin-Hochstadt
On Tue, Jan 11, 2011 at 12:52 PM, John Clements cleme...@brinckerhoff.org wrote: Anyhow, I wouldn't be surprised if in the next few years users start asking why DrRacket isn't available through the App store. I expect that, like the iOS App Store, distribution through the App store is

[racket-dev] Release for v5.1 is about to begin

2011-01-11 Thread Ryan Culpepper
The release process for v5.1 will begin in about one week. This means that the `release' branch will be created -- please make sure that code that you're responsible for is as stable as possible, and let me know if there is any new work that should not be included in this release. NOW IS