Fork me on GitHub
#cursive
<
2018-09-12
>
joshkh07:09:48

when sending forms to the REPL (CMD SHIFT P) i get a RuntimeException mentioning that symbols can't be resolved in this context:

(+ 1 2 3)
CompilerException java.lang.RuntimeException: Unable to resolve symbol: + in this context, compiling:(/myproj/test/myproj/core_test.clj:21:1) 

joshkh07:09:56

any idea what i'm doing wrong? 🙂

joshkh12:09:10

perfect! thanks.

tbrooke13:09:00

This is somewhat off topic but I was looking through the Jetbrains newsletter and saw MPS and read about it - it looks pretty cool - I Googled and found an old repository: https://github.com/semperos/clojure-mps - I just wondered if anyone had explored MPS or had any experience with it especially with Clojure

cfleming13:09:44

@tbrooke Not off topic at all! MPS is indeed very interesting. I’ve been meaning to take a closer look at it for ages but have never got around to it.

cfleming13:09:20

I think the potential to use projectional editing of the code is an idea with a lot of scope.

cfleming13:09:43

I hadn’t seen that repo, thanks.

kwladyka13:09:49

What is the status of deps.edn, clj and figwheel-main integration? It looks like crusive doesn’t recognise dependencies after create clj -A:new figwheel-main form-validator-demo.core --reagent

bhauman13:09:30

to start figwheel from a REPL

kwladyka13:09:26

I mean I can’t jump to the source (cmd+down), it looks like editor doesn’t see deps

claudiu13:09:42

This might help seems like there's a bit of config work. https://groups.google.com/d/msg/cursive/NQIJzhGjfEY/82vDQ1GFCAAJ

cfleming14:09:37

@kwladyka How did you import that project into Cursive?

cfleming14:09:13

Instructions are here: https://groups.google.com/d/msg/cursive/NQIJzhGjfEY/hdNXUco8CgAJ, if you didn’t do something that looks like that then try that and see if it works.