1

!rant
Object oriented programming or pure functional programming??

Comments
  • 0
    starting haskell processes from java code is the way to go
  • 0
    Object oriented programming is better for me
  • 0
    Learn Haskell because functional programming can be a little hard to assimilate if you're used to others concepts.

    And after that, well I don't want to limit myself so I use C++. Functional programming only for metaprogramming though.
  • 0
    Both. I'll use the style that suits the need
  • 0
    You down with OOP!?

    class you:
    def __init__(self):
    self.know = 'me'
Add Comment