The Future of JavaScript: What Awaits Us

jsdev.space

19 points by javatuts a day ago


Alifatisk - a day ago

I kind off don't see the point with Random.Seeded being part of Ecmascript? It's useful for sure, but isn't that something one could implement for themselves if needed? Is it really that sought after feature from the whole community?

garyclarke27 - a day ago

Looks good but what about Named Parameters? Why on earth is Javascript still missing such an important feature? I know you can kind of fake it with objects, but is clunky in comparison.

apatheticonion - 21 hours ago

I just want wasm so I can write web applications in Rust

idontwantthis - 18 hours ago

Can anyone explain why they chose the [Symbol.dispose] syntax instead of regular .dispose syntax?

I suppose to not break existing code that implements a dispose method, but it is a lot less friendly than regular method syntax.

animanoir - 12 hours ago

[dead]