Maven (famous)@lemmy.zip to Programmer Humor · 9 个月前Modern Programminglemmy.zipimagemessage-square76linkfedilinkarrow-up1604arrow-down18
arrow-up1596arrow-down1imageModern Programminglemmy.zipMaven (famous)@lemmy.zip to Programmer Humor · 9 个月前message-square76linkfedilink
minus-squareSharenilinkfedilinkarrow-up17arrow-down1·9 个月前Lisps makes more sense to me though (if condition a b) VS a if condition else b
Lisps makes more sense to me though
(if condition a b)
VS
a if condition else b
I was more talking about
(+ a b)and such.