Unit of functional programming is pure function and state-machine-diagram is about state and state transition, so will using state-machine-diagram be appropriate or norm for functional programming language such as Python?
-
Recommended read How to I ask a good question, The very first paragraph tells you something about sharing your prior research. It would be really nice if you would adapt your post accordingly.Doc Brown– Doc Brown2025-11-20 06:31:06 +00:00Commented 1 hour ago
-
1... oh, and the direct answer is "gosh no, how in hell did you come to this conclusion"? Moreover, Python is not a functional language, it is a multi paradigm language, it can be used for functional programming, for stateful programming or for both in a mixed fashion.Doc Brown– Doc Brown2025-11-20 07:07:42 +00:00Commented 50 mins ago
Add a comment
|
