This video tends to showcase the Top 10 Best Functional Programming languages..
Based on popularity, exhibition and life span.
More about FP below:
What is Functional Programming?
Functional programming (also called FP) is a way of thinking about software construction by creating pure functions. It avoid concepts of shared state, mutable data observed in Object Oriented Programming.
Functional programming empazies on expressions and declarations rather than execution of statements. Therefore, unlike other procedures which depend on a local or global state, value output in FP depends only on the arguments passed to the function.
Characteristics of Functional Programming
Functional programming method focuses on results, not the process
Emphasis is on what is to be computed
Data is immutable
Functional programming Decompose the problem into 'functions
It is built on the concept of mathematical functions which uses conditional expressions and recursion to do perform the calculation
It does not support iteration like loop statements and conditional statements like If-Else.
Video Created by Tony Cletus
IG: @codetocreate
Website: http://www.tonycletus.com/
Graphics Credit: TonyCletus
***Like and Subscribe!!!***