this post was submitted on 27 Mar 2025
33 points (100.0% liked)
Out of the loop
12426 readers
1 users here now
A community that helps people stay up to date with things going on.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's a programming paradigm where every action is made up of functions, functions which have no side effects beyond their explicit outputs.
I understand every one if those words, yet together I don't understand them at all.
think of it as: It's a paradigm where you only use mathematical functions, rather than programmatic ones. Not completely accurate, but gets you closer. Uh, if you know advanced mathematics, anyway.
Thanks! I love going down new (to me) paths!
In addendum to the side effects, functions can certainly have side effects, as the global state is still accessible, but only those that don't are considered "pure".