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

LISP [part '7]

Name: Anonymous 2008-09-13 22:28

LISP

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..]

?

Name: Anonymous 2008-09-22 5:25

>>72
flip iterate

LISP

Name: Anonymous 2008-09-22 5:29

>>73
thank you

LISP

Name: Anonymous 2008-09-22 8:37

putStrLn $ concat $ repeat "LISP "

Yes, the newline at the end is important.

Name: Anonymous 2008-09-22 9:15

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