Explore >> Select a destination


You are here

hurryabit.github.io
| | abhinavomprakash.com
3.8 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).
| | m10k.eu
3.6 parsecs away

Travel
| |
| | azdavis.net
3.5 parsecs away

Travel
| | A constructive proof of an equivalence.
| | www.abubalay.com
25.9 parsecs away

Travel
| [AI summary] The blog post introduces the dioptre crate, a Rust proc-macro for struct field reflection, and discusses Cell field projection techniques to enable more flexible interior mutability in Rust programs.