☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 2 years agoLISP is uglylemmy.mlimagemessage-square11linkfedilinkarrow-up15arrow-down12file-text
arrow-up13arrow-down1imageLISP is uglylemmy.ml☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 2 years agomessage-square11linkfedilinkfile-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