☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.ml • 1 year agoLISP is uglyimagemessage-square11 fedilinkarrow-up1140file-text
arrow-up1140imageLISP is ugly☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.ml • 1 year agomessage-square11 Commentsfedilinkfile-text
minus-squarethejevans@lemmy.mlhexbear15·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 linkfedilink
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