Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 592 Bytes

functional-programming.md

File metadata and controls

9 lines (4 loc) · 592 Bytes

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.

  • [[haskell]]

Learn