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"

[racket] Using Racket 6.0 through a Web proxy

2014-03-31 Thread Konrad Hinsen
Hi everyone, I just installed Racket 6.0 on a new machine (MacOS 10.9), without any problems. However, I didn't yet succeed in installing any packages from the package catalog. I suspect that this is due to the Web proxy that I have to use in my office. My first attempt was to use raco: raco

[racket] using Racket to build an image-based Lisp: feasible?

2013-02-28 Thread mikel evins
I'm working on a Lisp. Recently I've been tinkering with an implementation in Racket. Racket makes it impressively easy to write. I need it ultimately to be an old-fashioned kernel+image Lisp, with a platform-specific kernel executable and a platform-independent heap image. I'm aware that's no

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

[racket] Using Racket to solve Professor Layton puzzles

2011-07-26 Thread Jay McCarthy
In the "Cute Uses of Racket" department, every morning I do a puzzle from the popular "Professor Layton" game series: http://professorlaytonds.com/ http://en.wikipedia.org/wiki/Professor_Layton and sometimes it is convenient to do a computational search for the answer. I generally post these on m

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

[racket] Using Racket

2010-08-17 Thread Michael Holford
To whom it may concern, I am new to Racket. Have done Basic and Visual Basic. I downloaded the Windows to my Windows 7 machine but it won't run, and I've downloaded the Ubuntu to my Ubuntu machine and it won't run. Please, how do I get it to run? Michael ___

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:/

[racket] Using Racket version 5.0 with ubuntu 10.04

2010-06-25 Thread Flavio Souza
Hi, I am a new user and I d like to use Racket 5.0 with ubuntu 10.04. How can I install it? Regards, Flavio _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users