Re: [ANN] Code Golf Challenge : 1,000 Digits Of Pi

2006-09-19 Thread Neil Cerutti
On 2006-09-18, Calvin Spealman <[EMAIL PROTECTED]> wrote: > Just once, I would like to see a programming contest that was > judged on the quality of your code, not the number of bytes you > managed to incomprehensively hack it down to. Check out the ICFP Functional Programming Contest. Most of the

Re: Code Golf Challenge : 1,000 Digits Of Pi

2006-09-18 Thread Calvin Spealman
On 18 Sep 2006 16:33:20 -0700, George Sakkis <[EMAIL PROTECTED]> wrote: > Calvin Spealman wrote: > > > Just once, I would like to see a programming contest that was judged > > on the quality of your code, not the number of bytes you managed to > > incomprehensively hack it down to. > > Unfortunatel

Re: Code Golf Challenge : 1,000 Digits Of Pi

2006-09-18 Thread George Sakkis
Calvin Spealman wrote: > Just once, I would like to see a programming contest that was judged > on the quality of your code, not the number of bytes you managed to > incomprehensively hack it down to. Unfortunately, quality is not as easy to judge as number of bytes. Such contest would be as craz

Re: [ANN] Code Golf Challenge : 1,000 Digits Of Pi

2006-09-18 Thread Calvin Spealman
On 9/18/06, Carl Drinkwater <[EMAIL PROTECTED]> wrote: > Hi all, > > Code Golf's 12th challenge has just been added to the site. It asks you > to calculate the first 1,000 digits of Pi - Something I'm sure most of > you have thought about, but never done. You can see the challenge at : > >htt

Re: Code Golf Challenge : 1,000 Digits Of Pi

2006-09-18 Thread Paddy
Paul Rubin wrote: > [EMAIL PROTECTED] writes: > > With Python you can't win, because Perl and Ruby allow for shorter > > programs. > > Python has native bignums, which should simplify a program like this > enormously. I don't know if Ruby has them. Perl doesn't, and if you > use some CPAN librar

Re: Code Golf Challenge : 1,000 Digits Of Pi

2006-09-18 Thread Paul Rubin
[EMAIL PROTECTED] writes: > With Python you can't win, because Perl and Ruby allow for shorter > programs. Python has native bignums, which should simplify a program like this enormously. I don't know if Ruby has them. Perl doesn't, and if you use some CPAN library that simulates them, that shou

Re: Code Golf Challenge : 1,000 Digits Of Pi

2006-09-18 Thread Paddy
Paul McGuire wrote: > Success lies in the journey, not the destination. > > or in Yoda-speak: > > In the journey success lies, in the destination not. > > -- Paul Ah, I always wondered what lemmings thought , before splat!!! :-) - Pad. -- http://mail.python.org/mailman/listinfo/python-list

Re: Code Golf Challenge : 1,000 Digits Of Pi

2006-09-18 Thread Paul McGuire
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Paddy: >> Is having good 'code-fu' worthwhile? It may be trivial to score but do >> the results show who iss the better programmer? > > With Python you can't win, because Perl and Ruby allow for shorter > programs. > Beside the language

Re: Code Golf Challenge : 1,000 Digits Of Pi

2006-09-18 Thread bearophileHUGS
Paddy: > Is having good 'code-fu' worthwhile? It may be trivial to score but do > the results show who iss the better programmer? With Python you can't win, because Perl and Ruby allow for shorter programs. Beside the language, you win if you can invent more tricks, that you have to avoid in real

Re: Code Golf Challenge : 1,000 Digits Of Pi

2006-09-18 Thread Paddy
Carl Drinkwater wrote: > For those who haven't heard of codegolf.com, it can be described as > "allowing you to show off your code-fu by trying to solve coding > problems using the least number of keystrokes." Is having good 'code-fu' worthwhile? It may be trivial to score but do the results show

Re: Code Golf Challenge : 1,000 Digits Of Pi

2006-09-18 Thread [EMAIL PROTECTED]
Carl Drinkwater wrote: > Hi all, > > Code Golf's 12th challenge has just been added to the site. It asks you > to calculate the first 1,000 digits of Pi - Something I'm sure most of > you have thought about, but never done. You can see the challenge at : > >http://codegolf.com/1000-digits-of

[ANN] Code Golf Challenge : 1,000 Digits Of Pi

2006-09-18 Thread Carl Drinkwater
Hi all, Code Golf's 12th challenge has just been added to the site. It asks you to calculate the first 1,000 digits of Pi - Something I'm sure most of you have thought about, but never done. You can see the challenge at : http://codegolf.com/1000-digits-of-pi For those who haven't heard o