|
|
|
|
|
by brundolf
1655 days ago
|
|
I haven’t read the full post, but what’s the benefit of adding language support for records and tuples at this point? My understanding is that engines already optimize the objects/arrays version of those concepts pretty well, and TypeScript enforces the semantics on the dev side. |
|
They don't, using libraries that guarantee runtime immutability has a heavy performance cost in JS currently.