Motius Glossary

The Motius Literary Index provides an alphabetical overview of the terms we use on our website.

F

Functional Programming

Functional programming is a programming paradigm that treats computation as the evaluation of mathematical functions and avoids changing state and mutable data. It focuses on writing code in a declarative and pure manner, where functions do not have side effects and always produce the same output for a given input.