Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Supporting new ClojureScript 0.0-2665 new REPL #38

Closed
cigitia opened this issue Jan 11, 2015 · 1 comment
Closed

Supporting new ClojureScript 0.0-2665 new REPL #38

cigitia opened this issue Jan 11, 2015 · 1 comment

Comments

@cigitia
Copy link

cigitia commented Jan 11, 2015

As announced a week ago, since version 0.0-2665, ClojureScript has changed its REPL to a Node.js-based one. This new REPL caches compilation and analysis to disk, rather than repeatedly recompiling everything in memory and streaming it to the host process. Are there plans for the Light Table Clojure plugin to support the new REPL?

(Note: Because CIDER for Emacs requires that REPLs using the nREPL protocol, which the new REPL currently does not support out of the box, CIDER requires manually adding Piggyback to ClojureScript projects or using Austin. I’m still unsure whether the Light Table Clojure plugin uses nREPL, but if it does, it may face the same problem.)

@cldwalker
Copy link
Member

LightTable's repl doesn't depend on the clojurescript repl or recent changes. The main thing we need to do is create an eval for node. We'd like to eventually add this feature but are currently swamped with other tasks. Pull requests are welcome in the meantime. Closing since this enhancement is covered by #7

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants