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

FP

Name: Anonymous 2015-03-04 8:27

I think that Functional Programming is almost as much of a hoax as Artificial Intelligence. I have yet to see an interesting piece of code that comes from these FP people.

Name: Anonymous 2015-08-10 7:02

I bet you can't do this in whatever pathetic non-functional language you use.

loeb x = fmap (\a -> a (loeb x)) x
fact n = loeb fact' n where
fact' 0 = return 1
fact' n = do
f <- ask
return $ n*f (n-1)

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