Explore >> Select a destination


You are here

github.sommrey.de
| | jacoby.github.io
6.8 parsecs away

Travel
| | Welcome to Weekly Challenge #300! I went searching for a word for 300th week, because 300 is a compound number and probably not the source for much interest, and found that no, there isn't a special word for 300 of a thing. 312 will be the 6th anniversary, though.
| | theweeklychallenge.org
8.1 parsecs away

Travel
| | Advent Calendar - December 5, 2024.
| | theweeklychallenge.org
10.1 parsecs away

Travel
| | The Weekly Challenge - 300
| | sreekar.ch
98.6 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...