LISP is ugly - Lemmy

source https://rakhim.org/honestly-undefined/10/ [https://rakhim.org/honestly-undefined/10/]

I know it’s not nearly as nested as this, but nesting in Rust annoys the hell out of me.

impl { fn { for { match { case => { } } } } }

is something I’ve run into a few times

the loop or match statement could possibly be extracted to another function, depending on the situation. rustc will most likely inline it so its zero cost