cours/paradigme programmation fonctionnelle.md
Oscar Plaisant 3305799e49 update
2024-03-29 13:56:47 +01:00

881 B

up:: paradigme de programmation #informatique

[!definition] programmation fonctionnelle

^definition

Définitions

[!cite]+ Programming Paradigms - Page In functional programming, control flow is expressed by combining function calls, rather than by assigning values to variables: ^8L7P34B2aLQGLTH3Dg5383243

[!cite]+ What Is Functional Programming? - Page Functional programming is about writing pure functions, about removing hidden inputs and outputs as far as we can, so that as much of our code as possible just describes a relationship between inputs and outputs. ^IU2KWY7La8P4TX53Jg5383243