|
You are here |
hurryabit.github.io | ||
| | | | |
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). |
|
| | | | | ||
| | | | |
volgarev.me
|
|
| | | | | ||
| | | | |
m10k.eu
[AI summary] The author explains how to implement a recursive descent parser in Bash to define and process domain-specific language rules for selecting RPM packages. |
|
| | | | | ||
| | | | |
nora.codes
[AI summary] The article explains the concept of 'unsafe' in Rust, clarifying that it allows specific low-level operations while maintaining overall memory safety through the language's type system and safe abstractions. |
|
| | | |||