diasbruno / js-eval.el

Lets you start a node process in background and start evaluating expressions (like when you are in the scratch buffer in emacs lisp)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

js-eval

Sometimes all you need is to start a node process and start evaluating some expression to test.

It's a node process that runs in background and you can eval expression and see the results ( like scratch buffer for emacs lisp).

license

MIT (see license.md)

About

Lets you start a node process in background and start evaluating expressions (like when you are in the scratch buffer in emacs lisp)


Languages

Language:Emacs Lisp 100.0%