Fork me on GitHub
#cursive
<
2017-08-14
>
richiardiandrea14:08:24

Hello Colin + folks! Where can I find how to configure ClojureScript + Cursive? I tried the User Guide but could not find it

wilkerlucio19:08:02

@cfleming this is something that tricks my head, why the kill sexp does a copy? I really only expect it to "kill", this is quite annoying to be honest =/

danielcompton20:08:35

@richiardiandrea Cursive works for editing/inferring CLJS by default, what are you trying to do with CLJS? I'm not so sure about CLJS REPLs

danielcompton20:08:33

@wilkerlucio I think this is the behaviour that paredit has on Emacs and other paredit implementations

richiardiandrea20:08:26

I guess my colleagues' goal is to evaluate thing in a node repl..

danielcompton20:08:08

not sure sorry, I haven't done much with the CLJS REPL in Cursive, but would love to do more with it

richiardiandrea21:08:56

I am going to try shadow-cljs and report back

richiardiandrea21:08:20

Thomas Heller has done a very good job with nRepl support it seems

cfleming22:08:15

@wilkerlucio @danielcompton Right, I basically copied Emacs’ behaviour here.

cfleming22:08:13

Improving the CLJS REPL story is the next major thing I’m going to work on after finishing what I’m currently doing.