Fork me on GitHub
#meander
<
2021-04-08
>
noprompt17:04:47

Hmm… I hadn’t thought of trying that. I’ve had mixed results using some of the cider tooling but most of that is due to printing.

ribelo17:04:55

it really works quite well, sometimes it jumps around in an incomprehensible way, but it is still a very useful tool

😄 3
noprompt17:04:13

I’ll have to try that out!

ribelo17:04:50

you can also check what data is currently stored in variables, which also helps

ribelo17:04:18

I mean, you probably know anyway, but for someone who is just figuring out how it works, this should help

noprompt17:04:50

Interesting. I’m going to give this a shot.

markaddleman22:04:19

(m/rewrite [[:a 1] [:b 2]]
    (m/seqable (m/$ !ctx (m/pred number? !n)) ...)
    (m/seqable (m/app !ctx (m/app inc !n)) ...))
Should something like this be allowed? The use case is something like, I don't care where a number is a data structure, I want to inc it