You are here |
blog.dhsdevelopments.com | ||
| | | |
sreekar.ch
|
|
| | | | But first What is functional programming ? Functional programming is a programming paradigm in which most computation is treated as evaluation of functions. It emphasizes on expression evaluation instead of command execution. Wikipedia When did it all start ? In the 90s, there was a war between declarative programming and imperative programming. Declarative programming then represented by logic programming languages like Prolog and early functional languages like Erlang. And imperative languages were r... | |
| | | |
ketansingh.me
|
|
| | | | A place for me to share my thoughts, experiences, and insights on technology relevant to enthusiasts and hackers like myself | |
| | | |
www.adamtornhill.com
|
|
| | | | ||
| | | |
dmitripavlutin.com
|
|
| | A pure function always returns the same value for the same arguments and produces no side effects. |