Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
LISP [part '7]
1
Name:
Anonymous
2008-09-13 22:28
LISP
72
Name:
Anonymous
2008-09-22 4:45
HASKELL question:
What's the name of a function that will do this:
fun 3 (*2) = [3,6,12,24..]
?
73
Name:
Anonymous
2008-09-22 5:25
>>72
flip iterate
LISP
74
Name:
Anonymous
2008-09-22 5:29
>>73
thank you
LISP
75
Name:
Anonymous
2008-09-22 8:37
putStrLn $ concat $ repeat "LISP "
Yes, the newline at the end is important.
76
Name:
Anonymous
2008-09-22 9:15
repeat $ putPost
http://dis.4chan.org/read/prog/1221358859
"LISP"
77
Name:
Anonymous
2008-09-22 9:21
>>75
putStrLn $ cycle "LISP "
OMG OPTIMIZED
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List