Die Martin Die@sh.itjust.works to Lemmy Shitpost@lemmy.world · 4 个月前Not for me, thosh.itjust.worksimagemessage-square68fedilinkarrow-up1589arrow-down123file-text
arrow-up1566arrow-down1imageNot for me, thosh.itjust.worksDie Martin Die@sh.itjust.works to Lemmy Shitpost@lemmy.world · 4 个月前message-square68fedilinkfile-text
minus-squareDie Martin Die@sh.itjust.worksOPlinkfedilinkarrow-up10arrow-down1·4 个月前console.log("10"+1); // "101" console.log("10"-1); // 9
minus-squareFourWaveforms@lemm.eelinkfedilinkarrow-up7·4 个月前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.
minus-squareDie Martin Die@sh.itjust.worksOPlinkfedilinkarrow-up5·edit-24 个月前I 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-up2·edit-24 个月前I 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.