Just compile everything to webassembly and ship that,using your preferred language and libraries.
Which means that we will get blobs to interact with, instead of JavaScript code that can be “reviewed” or monkey patched away.
Fun times. Thanks, monopolistic assholes like Goggle, Microsoft and Apple.
rottingleaf@lemmy.world 11 months ago
Which means that simple cross-platform scripting languages with graphical abilities should have been more popularized.
I discovered tcl/tk for myself recently and it’s just wonderful. A 12 years old me would be capable to learn it, if I knew about it.
What the web browser does well is a sandbox to protect you from all the tits and dicks and “pay us 42 bitcoins” messages. People are afraid of running programs from random sources, but not of visiting random webpages.
So the products they need are a simplified web browser and a sandboxed environment for running things downloaded from it. What we have. Just separated, cause the former is too important to be affected by customer requirements of the latter.