Jun 26, 2023
Partially -- from the point of view I'm making here, it does not really matter whether we manipulate using immutable data structures and pure functions (a cornerstone of functional paradigm) or whether we just have mutable objects and all that. That said, the abstractions that functional programing is based on are fitting the ideas-manipulation approach really well. To sum up -- functional programming is good but not a must-have :)