LINUX.ORG.RU

История изменений

Исправление goingUp, (текущая версия) :

Ты, как ОП и расскажи)

Ну давай возьмем из википедии

In computer science, functional programming is a programming paradigm where programs are constructed by applying and composing functions. It is a declarative programming paradigm in which function definitions are trees of expressions that map values to other values, rather than a sequence of imperative statements which update the running state of the program.

Во-первых, есть композиция функций, во-вторых декларативность.

Не говоря уж о сути «map values to other values, rather than a sequence of imperative statements which update the running state of the program»

Исходная версия goingUp, :

Ты, как ОП и расскажи)

Ну давай возьмем из википедии

In computer science, functional programming is a programming paradigm where programs are constructed by applying and composing functions. It is a declarative programming paradigm in which function definitions are trees of expressions that map values to other values, rather than a sequence of imperative statements which update the running state of the program.

Во-первых, есть композиция функций, во-вторых декларативность.