Fork me on GitHub
#calva
<
2021-04-28
>
fabrao07:04:38

hello all, how do I stop function execution in repl from Calva?

fabrao08:04:01

many thanks

pez12:04:23

Dressing in the Clojure advocate suit tonight. Wouldn't mind me some Calva friends in the audience. ❤️

❤️ 9
Stuart13:04:18

Are the talks in Swedish?

Stuart13:04:59

I've meant to look into Akka for a while, so that talk looks interesting too.

pez13:04:08

The talks are all in English.

az23:04:43

@U0ETXRFEW thanks for the great talk today

pez05:04:02

Thanks! It was fun and scary. The talk part took a lot longer than when i rehersed it. Was planning to have more demo than talk, but it will take some practice to get there.

❤️ 3
Stuart13:04:30

I never knew the trick of (def n n) inside a function to debug. That's neat! I've been pulling the function guts out to a let and debugging it that way. Wont be doing that anymore!

metal 4
pez14:04:20

You will of course be littering your namespace, but that is seldom a problem.

otwieracz13:04:49

Hey! When doing jack-in, is this possible to select from which sub-directory deps.edn should be used? I’ve got one repo with multiple projects, would like to open whole repo as a workspace and run REPL for specific sub-project.

pez13:04:18

Yes, open a source file that in the sub-project, then Jack in.

bringe05:04:45

https://github.com/BetterThanTomorrow/calva/issues/579 Related issue for more configurability, if you're interested.