myusernameisokay@programming.devtoNo Stupid Questions (Developer Edition)@programming.dev•How feasible is a browser that uses something like Lua, Python or Ruby as its scripting language instead of JS? Also, how stupid is this idea (ignoring any "incompatibility with JS pages" situations)?English
4·
1 year agoYou could transpile different languages into JS. So you write in the language of your choice, transpile it to JS, then send the transpiled JS to the user’s browser. You could possibly do the same thing but use webasm as well.
I think you missed your other 2 questions. In only see 1 question currently.