serverless-cljs-plugin icon indicating copy to clipboard operation
serverless-cljs-plugin copied to clipboard

Question: nREPL support and interactive programming

Open Looveh opened this issue 8 years ago • 1 comments

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

Looveh avatar Apr 28 '17 14:04 Looveh

@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.

moea avatar Jun 26 '17 13:06 moea