Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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)
https://github.com/diasbruno/js-eval.el

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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)