I watched Sean's screencast video and decided to try out Chlorine. I like it so far & I'm excited to try it with REBL - but first i have some newb questions 🙂
Whenever I run chlorine:connect-clojure-socket-repl
it creates a new Console pane, and disconnects from the REPL when I re-position the Console pane. How can I move it to the bottom of my Atom window?
You can't at the moment. Mauricio is looking into it. I changed Chlorine to open the console split below and that will become an option you can change in settings.
no big deal then!
Yep, it's mostly because the Ink library (the one that provides the console) doesn't add a handler to close
. I'm looking into a workaround (proto-repl does it by extending Console, maybe I'll have to do the same)