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 17:03

>>1
speeded up your algorithhm for you

fibs x = if x =< 2 then 1 else fibs' !! (x - 1) + fibs' !! (x - 2) end
fibs' = map fibs [0..]

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