|
|
|
|
|
by kazinator
738 days ago
|
|
I already understand the design space and all the implications of strings being immutable and indistinguishable objects if they are the same character sequences; where JS sits in that space is just trivia (which I easily looked up myself). Indeed, I don't know JS well enough to have a rote memory of where it sits in every design space, or which words it specification does not use for what things. There are plenty of languages in whose specifications object has both the broader meaning, and the more specific OOP meaning. People don't get confused somehow. Conversely, not everything we can say about a Javascript program necessarily has vocabulary in the Javascript spec; we're going to end up using outside words one way or another. (I'm not interested in Javascript, actually; this is just a "drive by" for me, because I am interested in the submission topic. All that I will ever know about Javascript will always come from doing the minimal amount of research to answer some question out of some kind of necessity.) |
|