Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

WTF is up with python?

Name: Anonymous 2007-04-22 19:03 ID:QUkGtLGA

x = 0
while x < 100000000:
  x += 1

the above code takes ~35 seconds to run on my computer. WTF???

Name: Anonymous 2007-04-24 2:52 ID:BJViy29q

>>15
module Main where

main = do
   let a = sum [1..100000000]
   return ()


$ time ./bs
real    0m0.002s
user    0m0.000s
sys     0m0.000s

OWNED OWNED OWNED

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List