You are here |
github.sommrey.de | ||
| | | |
jacoby.github.io
|
|
| | | | 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
|
|
| | | | Advent Calendar - December 5, 2024. | |
| | | |
theweeklychallenge.org
|
|
| | | | The Weekly Challenge - 300 | |
| | | |
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... |