|
You are here |
blog.moertel.com | ||
| | | | |
volgarev.me
|
|
| | | | | ||
| | | | |
abhinavomprakash.com
|
|
| | | | | 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
|
|
| | | | | I demonstrate how to (ab)use generators to transform any recursive function into an iterative one with nearly zero code changes. | |
| | | | |
zserge.com
|
|
| | | 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. | ||