Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/diasbruno/js-eval.el
- Owner: diasbruno
- Created: 2019-09-06T12:34:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-13T00:15:49.000Z (12 months ago)
- Last Synced: 2024-10-07T05:23:16.237Z (30 days ago)
- Language: Emacs Lisp
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)