LightTable / Javascript

Javascript language plugin for Light Table
MIT License
56 stars 79 forks source link

Headless JS context for eval-ing CLJS e.g. phantomjs #2

Open mihneadb opened 10 years ago

mihneadb commented 10 years ago

Initially started at: https://github.com/LightTable/LightTable/issues/1021 .

cldwalker commented 9 years ago

We don't have the bandwidth to take this on right now but happy to discuss with someone interested in implementing. At a minimum, we'll need to implement editor.eval.cljs.exec. If someone is looking to eval cljs in node, see LightTable/Clojure#7. If you're looking to have a one-keystroke cljs eval solution, see LightTable/Clojure#29