☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 1 year agoLISP is uglylemmy.mlimagemessage-square11fedilinkarrow-up15arrow-down12file-text
arrow-up13arrow-down1imageLISP is uglylemmy.ml☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square11fedilinkfile-text
minus-squarethejevans@lemmy.mllinkfedilinkarrow-up1·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