Maven (famous) to Programmer Humor@programming.dev • 1 month agoModern Programminglemmy.zipimagemessage-square77fedilinkarrow-up1594arrow-down18
arrow-up1586arrow-down1imageModern Programminglemmy.zipMaven (famous) to Programmer Humor@programming.dev • 1 month agomessage-square77fedilink
minus-square@Shareni@programming.devlinkfedilink16•1 month agoLisps 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.