Functional Programming

Voyce

Shit Lord Supreme
<Donor>
11,522
50,321
Have any of you fools tinkered with any pure Functional Languages/Lambda Calculus like Haskell, or even the impure stuff like Clojure? What were your experiences, would prefer using it to the standard stuff you use at work?
 

Mist

REEEEeyore
<Banned>
31,854
24,690
Scheme made me fucking quit programming. Mostly because the professors couldn't teach it worth a shit.
 

Khane

Got something right about marriage
21,758
15,681
Scheme made me fucking quit programming. Mostly because the professors couldn't teach it worth a shit.
MIT Scheme is pretty easy if recursion makes sense to you, pretty terrible if recursion doesn't make sense to you. Recursion can be tough to wrap your head around, people usually either get it or they don't.
 

Voyce

Shit Lord Supreme
<Donor>
11,522
50,321
I've been learning Haskell, and I'm really digging it so far.