cursive Questions
3
I have loaded up Intellij and Cursive on my computer, all appears to work well except for the fact that I can not load a namespace in to the REPL nor can I run with Leinigen.
When I load the code ...
4
I'm using IntelliJ/Cursive to write Clojure.
I found out that the only way to erase parenthesis is to totally erase the content inside them, and only then, the parenthesis can be deleted.
For examp...
Fantasist asked 29/1, 2016 at 18:44
2
Solved
I use IntelliJ + Cursive.
I was doing some testing on a Genetic Algorithm I'm writing, and got a NPE. It wasn't clear where it was coming from, so I started up my debugger. As it was starting up h...
Rutkowski asked 23/6, 2017 at 20:51
1
Solved
I use Cursive in IDEA community edition. It displays all brackets in black color which is lead to a problem of catching by eyes the edges of expression.
Does rainbow brackets support by Cursive? ...
Wanderlust asked 18/12, 2017 at 13:25
1
Solved
Just how to init a new project? How to compile, test and run?
Since the cursive user guide says nothing about cljs.
Mercuric asked 16/12, 2015 at 6:24
1
Solved
I have this function in a namespace that does not import/require/use any other packages:
(defn crash [msg]
(throw (Throwable. msg)))
Cursive (the IntelliJ IDEA IDE Plugin) highlights Throwable ...
1
Solved
I'm trying out Cursive, a Clojure IDE on top of IntelliJ. The Leiningen console works, but prints a "path not found" error.
I can't seem to figure out what it can't locate. Leiningen appears to ...
Triaxial asked 2/1, 2015 at 23:23
1
© 2022 - 2024 — McMap. All rights reserved.