Maven (famous) to Programmer Humor@programming.dev • 10 days agoModern Programminglemmy.zipimagemessage-square76fedilinkarrow-up1593arrow-down18
arrow-up1585arrow-down1imageModern Programminglemmy.zipMaven (famous) to Programmer Humor@programming.dev • 10 days agomessage-square76fedilink
minus-square@Shareni@programming.devlinkfedilink15•10 days 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.