@wallhackio javascript has language features?
@Lady @wallhackio async/await is not a language feature??
@aescling @wallhackio i suppose a few features have been added in recent years but i wouldn’t call them evil
@wallhackio @aescling arguably things like generator functions and class expressions have introduced new possibilities for the language tho
@wallhackio @aescling oh well then C must have the most features, on account of being the least specified
@wallhackio @aescling i don’t think it has very many and i think they’re mostly not evil though
@Lady @aescling it's mostly some of the regrettable consequences of the early specification, like how non-anonymous
function
declarations at top level are added to the global scope, oreval
, or the constructor function nonsense, or theFunction
constructor, == shenanigans, etci am a javascript apologist i love the language it is my baby, but what is a baby if not something with some shit in its diaper?