Functional Programming and Finite State Automata (FSA)
When I talk about functional programming in Python, folks like to look for place where functional programming isn't appropriate. They latch onto finite-state automata (FSA) because "state" of an automata doesn't seem to fit with stateless objects used in functional programming.
This is a false dichotomy.
It's emphatically false in …
more ...