Functional programming
A programming paradigm that builds software by composing functions, emphasizing immutable data and avoiding changes to shared state. It treats computation primarily as the evaluation and transformation of values.
A programming paradigm that builds software by composing functions, emphasizing immutable data and avoiding changes to shared state. It treats computation primarily as the evaluation and transformation of values.