sanel / monroe

Clojure nREPL client for Emacs
161 stars 21 forks source link

Are there any plans for Monroe to support multiple repl sessions? #3

Closed yayitswei closed 9 years ago

yayitswei commented 9 years ago

Are there any plans for Monroe to support multiple sessions?

For example, I'm currently working on two Clojure subsystems that communicate using queues. Would be great to be able to switch between two repls easily.

sanel commented 9 years ago

Hi,

Yes, that is a plan for the future. For now, I'm mainly focused on tiny details and making it very stable.

However, for now, the hack is calling 'M-x monroe' again which will ask for another endpoint and connect to it, breaking previous connection. This is quite fast operation.

yayitswei commented 9 years ago

Great! Thanks for the replies.