Fork me on GitHub
#cursive
<
2017-09-22
>
odinodin09:09:46

Is there a way to run a specific function/force reload of a given ns as part of the “sync files in REPL command”?

danielcompton09:09:06

@odinodin you can use REPL commands to call functions and bind it to a key. and one of the options for a REPL command is to sync files IIRC

odinodin09:09:25

alright, thanks 🙂

cfleming09:09:21

@odinodin @danielcompton Right, you can define a command and have it sync before running, which is basically the same thing.

odinodin09:09:25

Solves my problem it seems (re-running orchestra’s instrument after code has been reloaded)

amann15:09:05

So having used Clojure for roughly 5 years professionally now, I’ve just found out about thrown? and its ilk inside the is macro. Is there any plan for Cursive to provide useful hints for these admittedly messed up bindings?