> On Aug 29, 2020, at 10:26 PM, Tim Cross wrote: > > Just curious - in what ways is JS worse then Elisp? There’re lots of other arguments, e.g. homoiconicity, typing (js does lots of unreasonable type casts)… but in this context, I think the most important point is that Emacs and Emacs Lisp give one of the most flexible and self-descriptive programming system. If something is implemented in Emacs lisp, we get M-x apropos, describe-function, describe-variable, they can be overrode by just eval-defun, and can be advised. Customizing or extending it is painless and trivial. However, those things become much harder if the package is implemented in JS. > I agree Option 1 would give more bang for your buck - at least initially. > I’ll take that. I imagine while implementing Web Extensions API for js it will be trivial to also bring those to Elisp too, so finally we not only have those JS browser plugins to run but can also develop plugins in Elisp.