Wrt functional paradigm, do you think it has a higher cognitive load than procedural and/or OO?
I can’t tell: it does always take me forever to remember how to use reduce (in say elixir), but then my day job is python, so is it just because of the conceptual switch?
″ higher order functions like map/filter/reduce to be simpler”: do you find most other programmers find this too?
my experience is otherwise: i get a ton of pushback asserting this stuff is too hard to read and thus should NOT be use in our shop; somehow in python even using filter is more difficult than a list comprehension with an if!!???!!