facts
Name:
Anonymous
2009-04-21 8:46
ITT: Your favourite implementation of fact.
Mine would be:
fact x = foldr (*) 1 $ takeWhile (/= 1) [x,x-1..]
I wrote it today :3
Name:
Anonymous
2009-04-22 0:46
>>40
I can't help it, sorry.
Name:
Anonymous
2009-04-22 3:50
Prelude> let fac 1=1
Prelude> let fac n = n * fac(n-1)
Prelude> fac 10
*** Exception: stack overflow
Name:
Anonymous
2009-04-22 3:52
>>42
I never get tired of this meme.
I approve
Name:
Anonymous
2009-04-22 3:55
>>43
I invented this meme
Name:
Anonymous
2009-04-22 3:56
(I invented almost every meme except for shit ones like satori and hax my anus)
Name:
Anonymous
2009-04-22 5:17
>>44
Thank you for your controbation.
Name:
controbation
2009-04-22 11:45
>>46
Thank you im you're controbation
Name:
Anonymous
2009-04-22 12:38
GHCi, version 6.10.2: http://www.haskell.org/ghc/ :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer ... linking ... done.
Loading package base ... linking ... done.
*** Exception: stack overflow
lol
ghci
Name:
Anonymous
2009-04-22 13:16
GHCi, version 6.10.2
You trollan me, or is new version of ghc?
Name:
Anonymous
2009-04-22 13:19
>>49
There is also a new version of English you should try.
Name:
Anonymous
2009-04-22 13:21
Name:
Anonymous
2009-04-22 13:26
>>50
The current implementation of English is broken, the overall structure needs a rewrite.
Name:
Anonymous
2009-04-22 13:29
hax my anus
Name:
Anonymous
2009-04-22 13:47
>>52
Most people aren't going to upgrade if you don't keep the new version backwards compatible.
Name:
Anonymous
2009-04-22 13:48
>>54
What did moot say to his gay lover in bed?
SNAX MY ANUS
Name:
Anonymous
2009-04-22 14:08
>>55
I laughed.
Then I cried.
Name:
Anonymous
2009-04-22 14:12
Name:
Anonymous
2009-08-17 0:08
Lain.
Name:
Anonymous
2010-11-26 16:15