emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: About implementing libre.js/el in Emacs


From: Qiantan Hong
Subject: Re: About implementing libre.js/el in Emacs
Date: Sun, 30 Aug 2020 02:45:26 +0000

> On Aug 29, 2020, at 10:26 PM, Tim Cross <theophilusx@gmail.com> 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.

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]