Destide@feddit.uk to Programmer Humor@lemmy.mlEnglish · 2 months agoInfallible Codeimagemessage-square164linkfedilinkarrow-up1489arrow-down128
arrow-up1461arrow-down1imageInfallible CodeDestide@feddit.uk to Programmer Humor@lemmy.mlEnglish · 2 months agomessage-square164linkfedilink
minus-squareAedis@lemmy.worldlinkfedilinkarrow-up2·2 months agoI’m waiting for a code golf style solution now.
minus-squarebalsoft@lemmy.mllinkfedilinkarrow-up2·2 months agoI don’t think there’s much to codegolf. The “obvious” solution (even() (($1%2))) is both shorter and faster. Don’t think it can be optimized much more.
I’m waiting for a code golf style solution now.
I don’t think there’s much to codegolf. The “obvious” solution (
even() (($1%2))
) is both shorter and faster. Don’t think it can be optimized much more.