Well, Java is pretty much JavaScript w/ required datatype declaration, similar to TypeScript.
There’s also PyScript, which allows us to use both Python & JS libraries on a web page:
However, you can expect it to be even slower though.
Alternatively you can go w/ CoffeeScript (a mix of Ruby + Python + JS syntaxes), which then transpiles straight to JS:
2 Likes