☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 2 years agoLISP is uglylemmy.mlimagemessage-square8fedilinkarrow-up18arrow-down10file-text
arrow-up18arrow-down1imageLISP is uglylemmy.ml☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 2 years agomessage-square8fedilinkfile-text
minus-squarejevans ⁂@lemmy.mllinkfedilinkarrow-up1·2 years agoI 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
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