Difference between revisions of "Swank-js"

From WikEmacs
Jump to navigation Jump to search
(Created page with "{{Package |name=swank-js |description=Swank backend for Node.JS and in-browser JavaScript |author=Ivan Shvedunov |maintainer= |source=https://github.com/swank-js/swank-js |in_...")
 
m
Line 9: Line 9:
 
|in_elget=yes
 
|in_elget=yes
 
}}
 
}}
Swank-js is a [[Slime|Swank]] backend for Node.JS which allows an in-browser JavaScript REPL.  It is based on [[js2-mode]].
+
Swank-js is a [[SLIME|Swank]] backend for Node.JS which allows an in-browser JavaScript REPL.  It is based on [[js2-mode]].
  
 
== Basic setup ==
 
== Basic setup ==
Line 20: Line 20:
 
* Emacs Rocks! Episode on swank-js http://emacsrocks.com/e11.html
 
* Emacs Rocks! Episode on swank-js http://emacsrocks.com/e11.html
  
[[Category:Programming]][[Category:Third Party Package]]
+
[[Category:Javascript]][[Category:Programming]][[Category:Third Party Package]]

Revision as of 12:32, 10 December 2012

swank-js
Description Swank backend for Node.JS and in-browser JavaScript
Author Ivan Shvedunov
Source https://github.com/swank-js/swank-js
Part of Emacs no

Swank-js is a Swank backend for Node.JS which allows an in-browser JavaScript REPL. It is based on js2-mode.

Basic setup

Installation is complicated and requires Node.JS, SLIME, js2-mode. On Ubuntu/Debian the nodejs-legacy package might be required.

Project Pages

Tutorial Pages