/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.val.town
| | bastian.rieck.me
2.8 parsecs away

Travel
| |
| | www.lihaoyi.com
2.7 parsecs away

Travel
| |
| | sophiebits.com
2.3 parsecs away

Travel
| |
| | sreekar.ch
18.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...