6 ms·
FP and OOP are orthogonal... You can have purely functional objects
by rs86 8y ago
FP and OOP are orthogonal... You can have purely functional objects
- phyrex 8y agoI 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.