Re: [racket-dev] Scribble Racket Code with Here Strings

2010-10-30 Thread Sam Tobin-Hochstadt
On Sat, Oct 30, 2010 at 11:56 AM, Eli Barzilay wrote: > >> That is, the here string has been rendered as a normal string with lots of >> whitespace after. > > There's lots of ways to create strings and the documentation system > can't tell them apart -- so it rendered it as a string, but then > no

[racket-dev] GRacket2 builds

2010-10-30 Thread Eli Barzilay
In case you want to try out the new gracket2 functionality, you can do that by using pre-made installers from http://pre.racket-lang.org/gr2/installers/ I will make new builds from time to time, as the branch is updated. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzil

Re: [racket-dev] try the GRacket2 branch

2010-10-30 Thread Matthew Flatt
At Sat, 30 Oct 2010 14:56:30 -0400, Gene Diveglia wrote: > > I apologize in advance if I'm jumping the gun a bit here. I'm not sure if 64 > bit Mac builds are an immediate goal of GR2. It's a near-term goal, at least. After things are working well on the currently supported platforms, I plan t

Re: [racket-dev] try the GRacket2 branch

2010-10-30 Thread Gene Diveglia
I apologize in advance if I'm jumping the gun a bit here. I'm not sure if 64 bit Mac builds are an immediate goal of GR2. It does build under 10.6.4 and produce working executables. However, it appears there are still some issues there, as scrolling in the source pane doesn't work correctly.

Re: [racket-dev] Scribble Racket Code with Here Strings

2010-10-30 Thread Eli Barzilay
Yesterday, Doug Williams wrote: > I sometimes use here strings for readability when building queries, > etc. For example: > > (let-values (((variables results) >   (get-repository-query-tuple r > #<<--- > select * from {x} sys:repositoryID {y} > using namespace >   sys =

Re: [racket-dev] try the GRacket2 branch

2010-10-30 Thread Jose A. Ortega Ruiz
On Sat, Oct 30 2010, Matthew Flatt wrote: > At Fri, 29 Oct 2010 01:04:02 +0200, "Jose A. Ortega Ruiz" wrote: >> In a build from a checkout of a few minutes ago, drracket dies on me >> when i try to resize its window, with the following message to the >> console: >> >> The program '' received an X

Re: [racket-dev] Yikes! Images in science collection could be much smaller

2010-10-30 Thread John Clements
On Oct 29, 2010, at 6:34 PM, Doug Williams wrote: > I'm in the process of updating all of my collections to Racket. I have most > of the smaller ones done - animated-canvas, describe (with documentation this > time), packed-binary, and uuid - with only table-panel left to go. Right now > I'm f

Re: [racket-dev] Demodularizer

2010-10-30 Thread Jay McCarthy
Just for some numbers, http://drdr.racket-lang.org/21386/collects/tests/compiler/demodularizer/ used to take 5.76 minutes and now it takes 2.90 Jay On Sat, Oct 30, 2010 at 9:17 AM, Jay McCarthy wrote: > I just pushed a few commits that should speed it up a bit. > > Jay > > On Fri, Oct 29, 2010

Re: [racket-dev] Demodularizer

2010-10-30 Thread Eli Barzilay
11 hours ago, Jon Rafkind wrote: > > Would you mind renaming the command to 'demodularize' ? +1 -- unique short prefix should deal fine with `demod'. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Li

Re: [racket-dev] try the GRacket2 branch

2010-10-30 Thread Matthew Flatt
At Fri, 29 Oct 2010 01:04:02 +0200, "Jose A. Ortega Ruiz" wrote: > In a build from a checkout of a few minutes ago, drracket dies on me > when i try to resize its window, with the following message to the > console: > > The program '' received an X Window System error. > This probably reflects a b

Re: [racket-dev] Demodularizer

2010-10-30 Thread Jay McCarthy
I just pushed a few commits that should speed it up a bit. Jay On Fri, Oct 29, 2010 at 10:50 PM, Jon Rafkind wrote: > Ok nevermind about the bug, I had some leftover .zo files. When I erased > my compiled directory and reran the demodularizer it worked. > > Another quick stat: > $ time raco demo