Explore >> Select a destination


You are here

blog.moertel.com
| | volgarev.me
2.8 parsecs away

Travel
| |
| | abhinavomprakash.com
1.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).
| | hurryabit.github.io
4.0 parsecs away

Travel
| | I demonstrate how to (ab)use generators to transform any recursive function into an iterative one with nearly zero code changes.
| | zserge.com
26.1 parsecs away

Travel
| A tiny ray tracer, only useful for people who never written one themselves, but would like to. It lacks features, but provides a foundation to build your own, featureful ray tracer upon.