Explore >> Select a destination


You are here

volgarev.me
| | rachelcarmena.github.io
11.0 parsecs away

Travel
| | Some characteristics of functional programming
| | abhinavomprakash.com
7.9 parsecs away

Travel
| | Defining recursion in terms of itself is an old joke among programmers. Despite the fact that it frustrates a lot of new-comers, we don't change it. I like to define recursion as "Iteration for the cool kids". I don't mean this in a snobbish, let-us-exclude-the-for-loopers kinda way, but rather in a tone of appreciation. Recursion is an elegant way of doing things. Recursive alogrithms are concise, have less noise and have immutability baked in (always a plus).
| | nithinbekal.com
7.7 parsecs away

Travel
| | Nithin Bekal's blog about programming - Ruby, Rails, Vim, Elixir.
| | pointersgonewild.com
71.2 parsecs away

Travel
| The 1980s and 1990s saw the genesis of Perl, Ruby, Python, PHP and JavaScript: interpreted, dynamically-typed programming languages which favored ease of use and flexibility over performance. In many ways, these programming languages are a product of the surrounding context. The 90s were the peak of the dot-com hype, and CPU clock speeds were still...