Fork me on GitHub
#cursive
<
2019-12-26
>
Dave Madden05:12:39

I'm super new to Clojure/Cursive and I'm seeing that I can write code in a file, but in order to have the updated code available in the REPL I have to compile, close the terminal tap my lein repl is running in, open a new tab, and re-initialize the REPL. There's got to be a better way to do this, right?

cfleming07:12:16

@URXC9CNMN Check out this page, hopefully that will explain how things work: https://cursive-ide.com/userguide/repl.html

👍 4
Adrian Smith15:12:08

I think I can emulate these Chlorine settings https://i.imgur.com/RPCmSWd.png using "new REPL command", can someone help me clarify the process?

cfleming18:12:29

Sure, there’s a section about these in the doc: https://cursive-ide.com/userguide/repl.html#repl-commands

cfleming18:12:43

Let me know if there’s anything you need cleared up still.