Comment on Not for me, tho
diemartin@sh.itjust.works 21 hours agoconsole.log("10"+1); // "101" console.log("10"-1); // 9
Comment on Not for me, tho
diemartin@sh.itjust.works 21 hours agoconsole.log("10"+1); // "101" console.log("10"-1); // 9
FourWaveforms@lemm.ee 21 hours ago
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.
diemartin@sh.itjust.works 12 hours ago
I like Lua’s design. Separate addition (
x+y
) and concatenation (x…y
) operators ftw!FourWaveforms@lemm.ee 7 hours ago
I will have to look into it soon. It has a JIT. I like that.