Die Martin Die@sh.itjust.works to Lemmy Shitpost@lemmy.world · 3 days agoNot for me, thosh.itjust.worksexternal-linkmessage-square68fedilinkarrow-up1598arrow-down123file-text
arrow-up1575arrow-down1external-linkNot for me, thosh.itjust.worksDie Martin Die@sh.itjust.works to Lemmy Shitpost@lemmy.world · 3 days agomessage-square68fedilinkfile-text
minus-squareDie Martin Die@sh.itjust.worksOPlinkfedilinkarrow-up11arrow-down1·2 days agoconsole.log("10"+1); // "101" console.log("10"-1); // 9
minus-squareFourWaveforms@lemm.eelinkfedilinkarrow-up7·2 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 Die@sh.itjust.worksOPlinkfedilinkarrow-up5·edit-22 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-squareFourWaveforms@lemm.eelinkfedilinkarrow-up1·edit-22 days 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.