Die Martin Die@sh.itjust.works to Lemmy Shitpost@lemmy.world · 1 day agoNot for me, thosh.itjust.worksimagemessage-square61fedilinkarrow-up1518arrow-down120file-text
arrow-up1498arrow-down1imageNot for me, thosh.itjust.worksDie Martin Die@sh.itjust.works to Lemmy Shitpost@lemmy.world · 1 day agomessage-square61fedilinkfile-text
minus-squareDie Martin Die@sh.itjust.worksOPlinkfedilinkarrow-up6·12 hours agoconsole.log("10"+1); // "101" console.log("10"-1); // 9
minus-squareFourWaveforms@lemm.eelinkfedilinkarrow-up3·11 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-up1·edit-22 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
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