Maven (famous) to Programmer Humor@programming.dev • 2 months agoModern Programminglemmy.zipimagemessage-square77fedilinkarrow-up1596arrow-down18
arrow-up1588arrow-down1imageModern Programminglemmy.zipMaven (famous) to Programmer Humor@programming.dev • 2 months agomessage-square77fedilink
minus-square@Shareni@programming.devlinkfedilink16•2 months 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.