Oh boy, anybody remember clojurescript? That was a time.
Have you tried Firefokth?
I believed this is a Firefox fork. Almost search it!
https://www.gnu.org/software/emacs/manual/html_mono/eww.html
1 Overview
EWW, the Emacs Web Wowser, is a web browser for GNU Emacs that provides a simple, no-frills experience that focuses on readability. It loads, parses, and displays web pages using shr.el. It can display images inline, if Emacs was built with image support, but there is no support for CSS or JavaScript.
To use EWW, you need to use an Emacs built with
libxml2support.If you can compile your lisp to webassembly it will run in the browser
Not sure what you mean exactly. JavaScript, for better or worse, is sort of essential to the modern web. You could write things in Clojurescript, but that still compiles down to js.
There is Nyxt which is written and extensible with Common Lisp.
I mean writing a JavaScript LISP interpreter is rather trivial…
If no then why nobody has made it already?
If you made a browser run lisp, it would only be useful for web pages that are scripted with lisp. Most web sites are currently scripted in JavaScript. Adding lisp support to a browser is the easy part. It’s like deciding Latin is a better language then English, and then learning it. If you then came here and started using only Latin, it probably wouldn’t be very satisfying.
Because there are no websites with <script type=“text/x-common-lisp”> tags. No website require it so no browsers support it so no websites require it so…

