Die Martin Die@sh.itjust.works to Lemmy Shitpost@lemmy.world · 1 day agoNot for me, thosh.itjust.worksimagemessage-square65linkfedilinkarrow-up1547arrow-down121file-text
arrow-up1526arrow-down1imageNot for me, thosh.itjust.worksDie Martin Die@sh.itjust.works to Lemmy Shitpost@lemmy.world · 1 day agomessage-square65linkfedilinkfile-text
minus-squareDie Martin Die@sh.itjust.worksOPlinkfedilinkarrow-up9·17 hours agoconsole.log("10"+1); // "101" console.log("10"-1); // 9
minus-squareFourWaveforms@lemm.eelinkfedilinkarrow-up5·16 hours 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 Die@sh.itjust.worksOPlinkfedilinkarrow-up3·edit-27 hours 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-squareFourWaveforms@lemm.eelinkfedilinkarrow-up1·edit-22 hours agoI will have to look into it soon. It has a JIT compiler. I like that.
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.