Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Fibonacci
1
Name:
Anonymous
2007-07-24 19:07
ID:DzKI9Xsx
fibs :: [Int]
fibs = 0 : 1 : [ a + b | (a, b) <- zip fibs (tail fibs)]
Fibonacci
15
Name:
Anonymous
2007-07-25 13:02
ID:moFgDKky
>>14
One-liners don't go well with Forth^WFactor.
If you want to play unreadable golf, use Perl.
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List