Re: minigolf3

2002-07-01 Thread Steffen Mueller
"Benoît chauvet" <[EMAIL PROTECTED]> schrieb... > > - Original Message - > From: "Ton Hospel" <[EMAIL PROTECTED]> > > rumor has it that it even works on windows. > > Unfortunately not... But many thanks for the effort. ;) > > I'm afraid that STDERR is difficult to redirect on some m$ platf

RE: minigolf3

2002-07-01 Thread Terje Kristensen
ly 01, 2002 1:34 AM > To: [EMAIL PROTECTED] > Subject: Re: minigolf3 > > > In article <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] writes: > > To give the mailinglist an equal chance to ircnet #perl: > > http://www.xs4all.nl/~thospel/golf/minigolf3.html > &g

Re: minigolf3

2002-07-01 Thread Benoît Chauvet
- Original Message - From: "Ton Hospel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 29, 2002 7:17 PM Subject: Re: minigolf3 > In article <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] writes: > > To give the mailinglist a

Re: minigolf3

2002-06-30 Thread Michael W Thelen
On Sun, Jun 30, 2002 at 11:34:18PM +, Ton Hospel wrote: > Please mail me your best solutions and any particularly interesting ones. Forgot to cc: the list on this one... looks like dave and I had pretty much the same solution. Man, I spent a long time trying to get rid of those parentheses.

RE: minigolf3

2002-06-30 Thread Dave Hoover
Ton wrote: > "Dave Hoover" <[EMAIL PROTECTED]> writes: > > Ton wrote: > >> Please mail me your best solutions and any particularly interesting ones. > > > > #!perl -pl > > ++$_[--$_]while$_}for(sort@_){ > > Rejected... Oh, yeah...I knew that was too easy with the sort. Sorry, I was gone al

Re: minigolf3

2002-06-30 Thread Ton Hospel
In article <[EMAIL PROTECTED]>, "Dave Hoover" <[EMAIL PROTECTED]> writes: > Ton wrote: >> Please mail me your best solutions and any particularly interesting ones. > > #!perl -pl > ++$_[--$_]while$_}for(sort@_){ Rejected...

RE: minigolf3

2002-06-30 Thread Dave Hoover
Dave wrote: > Ton wrote: > > Please mail me your best solutions and any particularly interesting ones. > > #!perl -pl > ++$_[--$_]while$_}for(sort@_){ :j.krahn 42 -ln $_[$_]++while$_--}{map{print}reverse@_ Looks like John and I had the same exact idea.

RE: minigolf3

2002-06-30 Thread Dave Hoover
Ton wrote: > Please mail me your best solutions and any particularly interesting ones. #!perl -pl ++$_[--$_]while$_}for(sort@_){

Re: minigolf3

2002-06-30 Thread Ton Hospel
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] writes: > To give the mailinglist an equal chance to ircnet #perl: > http://www.xs4all.nl/~thospel/golf/minigolf3.html And it's finished. Please mail me your best solutions and any particularly interesting ones.

Re: minigolf3

2002-06-29 Thread Ton Hospel
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] writes: > To give the mailinglist an equal chance to ircnet #perl: > http://www.xs4all.nl/~thospel/golf/minigolf3.html And now there is even a testprogram: http://www.xs4all.nl/~thospel/golf/minitest3.pl rumor has it that it even works o