Fork me on GitHub
#cider
<
2016-03-04
>
echristopherson02:03:04

like light table

base69818:03:33

Cider is so awesome, I sell people on using clojure just by showing it to them.

base69818:03:22

Re: new version, should I update?

base69818:03:39

Anyone have good evil bindings for interacting with it, i mainly do M-x

sarcilav19:03:45

I’m experimenting with (add-hook 'clojure-mode-hook 'cider-enlighten-mode)

base69821:03:31

Is there a way to add a watch expression?

base69821:03:59

like if the code in a function evaluates to 123 break there

anmonteiro21:03:19

is clojure-mode the package that provides colored clojure code?

anmonteiro21:03:46

I'm looking to report a bug but I don't know which repository to report it in

base69822:03:42

I've been using 0.11 most of the day now and it seems to go non-responsive when hitting "l"

base69822:03:46

to show locals

base69822:03:48

Also it's not doing that highlighted red box around instrumented functions now

arrdem22:03:26

Is there a way to get enlighten-mode to work with a file loading workflow?

arrdem22:03:49

I never use per-form evaluation, but it'd be Really Neat to be able to get enlighten overlay results anyway.

base69822:03:15

i don't know how you'd live in a world without per-form evaluation

arrdem22:03:15

C habits die hard. I just have C-c C-k bound to cider-load-file, mash that continuously. The compiler's fast enough that it doesn't make a difference to me.

base69822:03:35

makes debugging and turning evaluations into test cases a dream

base69823:03:32

How do I downgrade cider? It's basically broken

base69823:03:44

i was on 0.10 and it worked well