5 ms·
> almost all of Javascript's good parts come from Smalltalk Is this underselling the role of Self in JS’s prototype-based object system, or saying that a proto
by addaon 1mo ago
> almost all of Javascript's good parts come from Smalltalk
Is this underselling the role of Self in JS’s prototype-based object system, or saying that a prototype-based object system is not one of the good parts?
- sscaryterry 1mo agoPrototypical inheritance has caused so many, many vulnerabilities...
- smj-edison 1mo agoHow so? Never heard this perspective. Is it substantially more than reflection?
- sscaryterry 1mo agohttps://developer.mozilla.org/en-US/docs/Web/Security/Attacks/Prototype_pollution https://developer.mozilla.org/en-US/docs/Web/Security/Attack...