Fork me on GitHub
#cursive
<
2021-08-20
>
helios08:08:29

I see this as nor being resolved in cursive (java interop). What do you recommend to do?

cfleming10:08:56

Ugh, sorry, I’ve never added support for the .. form. I’ll try to add that, but if you convert it to (-> (InetAddress/getLocalHost) (.getHostName)) that should work.

👍 3
jthibaudeau14:08:22

Hi, I am using cursive in a cljs project with reagent and had a question. I am using the with-let macro from reagent, and cursive (possibly just intellij) is complaining about the symbols in the binding cannot be resolved. Is there a way I can get cursive to recognize them within the context of with-let?

jthibaudeau14:08:03

The answer of course is in the docs... I chose resolve as let since it has similar semantics as let. Docs are here for anyone else who comes across this question. https://cursive-ide.com/userguide/macros.html

👍 2