All Questions
3 questions
13
votes
7
answers
4k
views
Functional as a first language
What are some pros and cons to learning functional programming before other paradigms?
10
votes
6
answers
911
views
Should I pick up a functional programming language?
I have recently been more concerned about the way I write my code. After reading a few books on design patterns (and overzealous implementation of them, I'm sure) I have shifted my thinking greatly ...
13
votes
4
answers
2k
views
FP and OO orthogonal?
I have heard this time and again and I am trying to understand and validate the idea that FP and OO are orthogonal.
First of all, what does it mean for 2 concepts to be orthogonal ?
FP encourages ...