Explore >> Select a destination


You are here

technicaldiscovery.blogspot.com
| | atilaoncode.blog
2.4 parsecs away

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

Travel
| |
| | mathspp.com
2.7 parsecs away

Travel
| | The 'Zen of Python' is a set of guidelines you should always keep in mind when programming in Python.
| | sreekar.ch
23.2 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...