Re: [racket] Using Racket 6.0 through a Web proxy

2014-04-02 Thread Konrad Hinsen
Jay McCarthy writes: > The package system currently doesn't use proxies at all. Howver, you > should be able to go to > > https://github.com/jbclements/sxml/tarball/648a97f4881a8ea2f0959cf26e80bfdfec93d181 > > in a web browser and download the archive manually then install it > "raco pkg

Re: [racket] Using Racket 6.0 through a Web proxy

2014-04-02 Thread Jay McCarthy
Hi Konrad, The package system currently doesn't use proxies at all. Howver, you should be able to go to https://github.com/jbclements/sxml/tarball/648a97f4881a8ea2f0959cf26e80bfdfec93d181 in a web browser and download the archive manually then install it "raco pkg install -n sxml the-file.tgz"

Re: [racket] Using Racket to solve Professor Layton puzzles

2011-07-27 Thread Stephen Chang
> (But apparently Stephen is taking one of these mysterious "vakeyshon" > things that seem to be getting popular recently.  I don't know how one > looks but they sound very dangerous.) I dont know what you're talking about. _ For list-related admi

Re: [racket] Using Racket to solve Professor Layton puzzles

2011-07-27 Thread Jay McCarthy
On Wed, Jul 27, 2011 at 7:02 PM, Eli Barzilay wrote: > Yesterday, Jay McCarthy wrote: >> My blog now has what I believe is a solution. At least, the test >> case you provide passes and the next few elements make sense. > > That looks right, though pretty verbose...  (And BTW, you're missing > some

Re: [racket] Using Racket to solve Professor Layton puzzles

2011-07-27 Thread Eli Barzilay
Yesterday, Jay McCarthy wrote: > My blog now has what I believe is a solution. At least, the test > case you provide passes and the next few elements make sense. That looks right, though pretty verbose... (And BTW, you're missing some way to mark the code as such -- there's no indentation!) Here'

Re: [racket] Using Racket to solve Professor Layton puzzles

2011-07-26 Thread Robby Findler
Is that red for "happiness" or red for "stop"? :) On Tue, Jul 26, 2011 at 1:45 PM, Danny Yoo wrote: > On Tue, Jul 26, 2011 at 2:41 PM, Jay McCarthy wrote: >> My blog now has what I believe is a solution. At least, the test case >> you provide passes and the next few elements make sense. > > Here

Re: [racket] Using Racket to solve Professor Layton puzzles

2011-07-26 Thread Danny Yoo
On Tue, Jul 26, 2011 at 2:41 PM, Jay McCarthy wrote: > My blog now has what I believe is a solution. At least, the test case > you provide passes and the next few elements make sense. Here's a solution: http://hashcollision.org/whalesong/examples/eli-number-puzzle.xhtml Oh, cool. Whaleson

Re: [racket] Using Racket to solve Professor Layton puzzles

2011-07-26 Thread Jay McCarthy
My blog now has what I believe is a solution. At least, the test case you provide passes and the next few elements make sense. Jay On Tue, Jul 26, 2011 at 2:15 PM, Eli Barzilay wrote: > Two minutes ago, Danny Yoo wrote: >> > Speaking about puzzles, here's another cute one: find how to continue >

Re: [racket] Using Racket to solve Professor Layton puzzles

2011-07-26 Thread Eli Barzilay
Two minutes ago, Danny Yoo wrote: > > Speaking about puzzles, here's another cute one: find how to continue > > this sequence of numbers: > > > >  1 1 2 1 1 2 2 1 2 2 1 1 2 2 2 1 3 2 ... > > Cute. It's self-describing, no? The next few numbers would be > > >  1 1 2 1 1 2 2 1 2 2 1 1 2 2 2 1 3 2

Re: [racket] Using Racket to solve Professor Layton puzzles

2011-07-26 Thread Danny Yoo
> Speaking about puzzles, here's another cute one: find how to continue > this sequence of numbers: > >  1 1 2 1 1 2 2 1 2 2 1 1 2 2 2 1 3 2 ... Cute. It's self-describing, no? The next few numbers would be >  1 1 2 1 1 2 2 1 2 2 1 1 2 2 2 1 3 2 ... 1 1 1 3 1 2 3 1 1 3 1 1 1 2 1 3 2 1 1 3 3 1

Re: [racket] Using Racket to solve Professor Layton puzzles

2011-07-26 Thread Eli Barzilay
20 minutes ago, Jay McCarthy wrote: > In the "Cute Uses of Racket" department, every morning I do a puzzle > from the popular "Professor Layton" game series: [...] Speaking about puzzles, here's another cute one: find how to continue this sequence of numbers: 1 1 2 1 1 2 2 1 2 2 1 1 2 2 2 1 3 2

Re: [racket] Using Racket

2010-08-17 Thread Todd O'Bryan
You downloaded the Windows installer to your Windows 7 machine and double-clicked it, I assume. What happened then? On Sun, Aug 15, 2010 at 12:26 PM, Michael Holford wrote: > To whom it may concern, > > I am new to Racket.  Have done Basic and Visual Basic.  I downloaded > the Windows to my Windo

Re: [racket] Using Racket version 5.0 with ubuntu 10.04

2010-06-25 Thread Jon Rafkind
You can use the installer for ubuntu jaunty, other users claim it works fine with 10.04. There is a minor glitch with the installer about an extra README file which you will have to manually delete during the installer. Or you can get the source and build it which is usually painless. http:/