Fork me on GitHub
#cursive
<
2022-06-24
>
onetom09:06:02

is it intentional, that i can jump from arbitrary vars - defined by simply a def - to their tests, only from ones defined with defn? jumping from a test back to its var works, though. i would often use this defining datomic queries, but also for rmaps, which are just seemingly maps, but contain deferred computations, in form of recursive values, aka rvals (https://github.com/aroemers/rmap).

cfleming22:06:27

No, it's not - there shouldn't be any difference.

Tatiane Berrocal13:06:05

Hello. I have a little problem with my repl. I don’t know why but stop to run.Does anyone have any ideas?

cfleming22:06:24

Looks like you have a unicode escaped char in your deps.edn which is invalid.

folcon16:06:49

Is there any support for babashka? Just wondering as I loaded a project and I'm getting a lot of stuff not being resolved.

dpsutton17:06:56

this thread is a few days old and might be helpful: https://clojurians.slack.com/archives/C0744GXCJ/p1655786947469479

1
folcon17:06:22

Thanks @U04V15CAJ, one thing that I've not gotten working is pod support. Symbols don't appear to resolve there

borkdude17:06:46

@U0JUM502E those symbols aren't statically visible, just in the REPL

folcon17:06:09

That makes sense