Explore >> Select a destination


You are here

blog.dhsdevelopments.com
| | sreekar.ch
10.3 parsecs away

Travel
| | 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
10.6 parsecs away

Travel
| | A place for me to share my thoughts, experiences, and insights on technology relevant to enthusiasts and hackers like myself
| | www.adamtornhill.com
10.3 parsecs away

Travel
| |
| | dmitripavlutin.com
87.6 parsecs away

Travel
| A pure function always returns the same value for the same arguments and produces no side effects.