Die Martin Die to Lemmy Shitpost@lemmy.world • 8 days agoNot for me, thosh.itjust.worksimagemessage-square68arrow-up1603file-text
arrow-up1603imageNot for me, thosh.itjust.worksDie Martin Die to Lemmy Shitpost@lemmy.world • 8 days agomessage-square68file-text
minus-squareDie Martin DieOPlinkfedilink11•7 days agoconsole.log("10"+1); // "101" console.log("10"-1); // 9
minus-square@FourWaveforms@lemm.eelinkfedilink7•7 days agoThe epitomy of irony is a JavaScript developer insisting that some other language is “a fractal of bad design” without immediately acknowledging that JS is weird as hell.
minus-squareDie Martin DieOPlinkfedilink5•edit-27 days agoI like Lua’s design. Separate addition (x+y) and concatenation (x..y) operators ftw! Edit: and just, like, everything else about Lua too
minus-square@FourWaveforms@lemm.eelinkfedilink2•edit-26 days agoI will have to look into it soon. It has a JIT compiler. I like that.
console.log("10"+1); // "101" console.log("10"-1); // 9
The epitomy of irony is a JavaScript developer insisting that some other language is “a fractal of bad design” without immediately acknowledging that JS is weird as hell.
I like Lua’s design. Separate addition (
x+y
) and concatenation (x..y
) operators ftw!Edit: and just, like, everything else about Lua too
I will have to look into it soon. It has a JIT compiler. I like that.