Difference between revisions of "JavaScript"
From WikEmacs
m |
|||
Line 9: | Line 9: | ||
* {{ModeLink|js2-mode}} by Steve Yegge is one of the most complete JavaScript modes. It boasts run-time validation of JavaScript. | * {{ModeLink|js2-mode}} by Steve Yegge is one of the most complete JavaScript modes. It boasts run-time validation of JavaScript. | ||
− | [[Category:JavaScript]] | + | [[Category:JavaScript| JavaScript]] |
Revision as of 08:38, 10 December 2012
JavaScript is supported out of the box in Emacs, see js-mode.
JavaScript REPL
Have a look at mozrepl - a REPL for interacting with an external web browser's internal JavaScript engine. However MozRepl seems to be unmaintained. There is swank-js which is browser independent and based on Node.JS and SLIME.
Other JavaScript modes
- js2-mode by Steve Yegge is one of the most complete JavaScript modes. It boasts run-time validation of JavaScript.