editors

Discussion about all editors used for Clojure/ClojureScript
meow 2015-07-23T18:54:23.000055Z

I'm setting up Cursive for the first time. I created a local repl config that doesn't work because of a Run Configuration Error: No JDK found for module xyz

meow 2015-07-23T19:08:18.000056Z

I think I'm working my way through assigning a JDK to my setup, and the project, and the module, so it will work...

meow 2015-07-23T19:09:30.000057Z

Connecting to local nREPL server...
nREPL server started on port 55368 on host 127.0.0.1 - <nrepl://127.0.0.1:55368>
Clojure 1.7.0

meow 2015-07-23T19:09:38.000058Z

looks like I'm good to go

danielcompton 2015-07-23T19:46:28.000059Z

@cfleming: Clairvoyant is really useful with re-frame. It lets you see all of the handlers, subscriptions, and views that are called when you click a button

danielcompton 2015-07-23T22:42:00.000061Z

It lets you see the functions that are being called and drill into their values, bindings, results, e.t.c.