Functional Programming

Voyce

Shit Lord Supreme
<Donor>
10,183
42,919
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,688
Scheme made me fucking quit programming. Mostly because the professors couldn't teach it worth a shit.
 

Khane

Got something right about marriage
21,189
15,070
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>
10,183
42,919
I've been learning Haskell, and I'm really digging it so far.