Code Golf Challenge : 1,000 Digits Of Pi

Paul Rubin http
Mon Sep 18 17:40:03 EDT 2006


bearophileHUGS at lycos.com 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 should count as part
of your program size.



More information about the Python-list mailing list