Comment by alexjplant
1 day ago
ECMAScript is an order of magnitude more complicated than Go by virtually every measure - length of language spec, ease of parsing, number of context-sensitive keywords and operators, etc.
1 day ago
ECMAScript is an order of magnitude more complicated than Go by virtually every measure - length of language spec, ease of parsing, number of context-sensitive keywords and operators, etc.
Yeah I’m pretty sure people who say JS is easy don’t know about its Prototype based OOP
You don't have to know about it, but if you do, it's actually simpler than how other languages do OOP.
Not convinced. Especially with property flags.
strict mode makes it okay