Pages

Functional programming Feature

  

Functional programming Feature

- Based on Lambda Calculus
- Pure functions
- Recursion
- Referential transparency
- Functions are First-Class and can be Higher-Order
- Variables are Immutable


- FP Languages
  • Haskell,  Clojure, Scala,
  • Erlang, Lisp, ML, JavaScript
  • OCaml, Common Lisp, Racket.