Essentially the same html/css rendering of Firefox or Chromium, still able to access the www, but with javascript fully removed for another language that can be interpreted - like python or lua. Is this feasible?

  • e0qdk@reddthat.com
    link
    fedilink
    arrow-up
    5
    ·
    2 天前

    Microsoft had a Visual Basic variant (VBScript) in IE that got some attention back in the 90s; it’s probably just as well that JS won instead of that

    In modern webdev type="module" is used to indicate an ES6 module and type="importmap" to include a JSON table of paths to modules. Still basically JS, but the parameter is still used in a meaningful way.

      • e0qdk@reddthat.com
        link
        fedilink
        arrow-up
        2
        ·
        2 天前

        Personally, I think it’s particularly stupid that you can’t use it for GLSL shaders from external files…