Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: nREPL support and interactive programming #1

Open
Looveh opened this issue Apr 28, 2017 · 1 comment
Open

Question: nREPL support and interactive programming #1

Looveh opened this issue Apr 28, 2017 · 1 comment

Comments

@Looveh
Copy link

Looveh commented Apr 28, 2017

Is there currently an easy way of having an nREPL running with the purpose of interactive programming?

@moea
Copy link
Member

moea commented Jun 26, 2017

@Looveh sorry, I missed this issue. The approach would be the same as any Clojurescript project - you can have a script which you execute in a clj REPL which invokes the cljs compiler (viable compiler params ought to be in project.clj, if you generated from a template), or you could use something like cider-jack-in-clojurescript. Depending on what you're doing, you may find yourself adding a dependency on the cljsbuild plugin.

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

No branches or pull requests

2 participants