Binary data (ByteArray/ByteVector) proposal on public-script-coord
Brendan Eich
brendan at mozilla.com
Thu Nov 5 23:17:34 PST 2009
On Nov 5, 2009, at 11:03 PM, David-Sarah Hopwood wrote:
>> No, the issue here is that Charles has conflated object freezing with
>> immutable data,
>
> That isn't conflation; they're the same.
Not necessarily. Counter-example: a JS String object wrapping a JS
string primitive is mutable but its character data (the primitive
string) is apparently immutable.
/be
More information about the es-discuss
mailing list