Fork me on GitHub
#cursive
<
2015-07-25
>
danielcompton01:07:09

I’m really liking the blue highlight around the REPL when focus is in there

val_waeselynck17:07:11

@cfleming: I'm using a 'conciseness' macro that accepts a binding form as an argument (i.e without the surrounding let or fn). The problem is, Cursive marks all the symbols I define in this binding form as 'unable to resolve', and I end up with a lot of warnings. Is there any way to combat this?

cfleming22:07:04

@val_waeselynck: Yeah, as explained in that issue Cursive still has a problem with macros.

cfleming22:07:13

There's really no good workaround yet, sorry.

meow22:07:28

I suppose the inability of Cursive to get the source code (F4) for some things like set! is a known limitation?

meow22:07:16

I really find that a useful way to understand clojure core code.

cfleming22:07:25

@meow: set! is a built in form, it's not a core function

cfleming22:07:50

You should be able to see source code for any function, though.

meow22:07:15

@cfleming: yes, and I love it