|
You are here |
technicaldiscovery.blogspot.com | ||
| | | | |
atilaoncode.blog
|
|
| | | | | I read two C++ subreddit threads today on using the auto keyword. They're both questions: the first one asks why certain people seem to dislike using type inference, while the second asks about what commonly taught guidelines should be considered bad practice. A few replies there mention auto. This confuses me for more than one... | |
| | | | |
hiltmon.com
|
|
| | | | | ||
| | | | |
mathspp.com
|
|
| | | | | The 'Zen of Python' is a set of guidelines you should always keep in mind when programming in Python. | |
| | | | |
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... | ||