Fork me on GitHub
#cursive
<
2020-02-16
>
cfleming23:02:30

Yes, Thomas (shadow dev) uses Cursive and that’s his recommendation until I get native shadow support done.

Janne Sauvala21:02:33

Do you also see Cursive being a little too chatty when using it with REBL? Is there a way to surpass these messages? https://github.com/cursive-ide/cursive/issues/2113#issuecomment-578838307

cfleming00:02:24

Are you using nREPL to connect to REPL?

Janne Sauvala05:02:53

Yes. I’m also using nrebl.middleware (https://github.com/RickMoynihan/nrebl.middleware) to capture the data in REBL

kulminaator21:02:39

how do you fire up deps.edn style project's repl in cursive ?

cfleming23:02:20

There’s a quickstart here: https://cursive-ide.com/userguide/first-repl.html#importing-an-existing-project, which includes starting a REPL, or there are full details for deps here: https://cursive-ide.com/userguide/deps.html

👍 4