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