akirakyle / emacs-webkit

An Emacs Dynamic Module for WebKit, aka a fully fledged browser inside emacs
GNU General Public License v3.0
419 stars 24 forks source link

Any plans to integrate parenscript or similar? #5

Open bqv opened 3 years ago

bqv commented 3 years ago

Hypothetically

akirakyle commented 3 years ago

Not really. I personally think trying to work with parenscript for only running javascript just makes things needlessly complicated since you still need to know the whole DOM api to do anything interesting. Perhaps there's a compelling enough argument to make a parenscript equivalent in elisp, but for now I'm sticking with using JSON to communicated between JS and elisp.

bqv commented 3 years ago

I feel it'd be cool to have something more lisp-native. Understandable, though