logo image
Search
Navigation menu
logo avatar
functional

Functional

'Functional' is often used to refer to a programming style based on functions, where functions are considered the core objects. In functional programming, functions are treated as values and can be passed as arguments or returned from other functions.