Hacker News new | ask | show | jobs
by rs86 2759 days ago
FP and OOP are orthogonal... You can have purely functional objects
1 comments

I fail to see how this would work. An object is a combination of state and methods acting on the state, and purely functional meaning no state.