☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 1 year agoLISP is uglylemmy.mlimagemessage-square27fedilinkarrow-up1194file-text
arrow-up1181imageLISP is uglylemmy.ml☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square27fedilinkfile-text
minus-squarethejevans@lemmy.mllinkfedilinkarrow-up21arrow-down1·1 year 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