Or, put it another way, a html renderer that can open most web pages, but has a different programming/scripting language that it can interpret during runtime or on page loads, instead of the javascript engine.

I suppose that java applets, flash and activeX were attempts in these directions, but they were things you had to install on top of the browsers, so not quite the same thing? I’m imagining something like web pages using Lua, since it’s lightweight, to make them dynamic.

  • Lil' Bobby Tables@programming.dev
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    I’ve seen entire arcade games written in C, and compiled into a webpage with emscripten, so I imagine that this is quite possible. Feasibility is another question, but I doubt I need to diverge on that. In the end, a compiler is just a transpiler going from one language to another, so if you’ve got a standard for the internet, you can get a language to run on it; it could even be translated client-side.