top | item 8708702

(no title)

thmcmahon | 11 years ago

Yep great article. As a beginner programmer I find functional more intuitive than OOP, there just seems to be less abstract concepts and boilerplate.

discuss

order

splinterofchaos|11 years ago

There do exist object-oriented functional languages (Ocaml). Functional vs OOP is a false dichotomy, though a very common one. I prefer to use functional techniques in imperative languages with simple objects.