| ▲ | friendzis 6 hours ago | |||||||
For years we said bring something sane to browsers instead of trying to salvage js. At this point, though, why don't they just implement DOM bindings in wasm and make internets a better place overnight? | ||||||||
| ▲ | chpatrick 4 hours ago | parent | next [-] | |||||||
TypeScript is a really decent language though, I wouldn't feel happier or more productive using Fortran or whatever. Its type system is actually really powerful which is what matters when it comes to avoiding bugs, and it's easy to write functional code with correct-by-construction data. If you need some super optimized code then sure that's what WASM is for but that's not the problem with most web apps, the usual problem is bad design, but then choice of language doesn't save you. Sure TS has some annoying legacy stuff from JS but every language has cruft, and with strict linting you can eliminate it. It's also better if there's one ecosystem instead of one fragmented with different languages where you have to write bindings for everything you want to use. | ||||||||
| ||||||||
| ▲ | giancarlostoro 3 hours ago | parent | prev [-] | |||||||
I love WASM, I do appreciate that it is slowly but reasonably growing into its final destination. | ||||||||