jasongilman / proto-repl

A Clojure Development Environment package for the Atom editor
https://atom.io/packages/proto-repl
MIT License
563 stars 50 forks source link

Two REPL in the same time in the same atom window #200

Closed kwladyka closed 1 year ago

kwladyka commented 7 years ago

I have to run two REPL tab in the same window, because i use electron and need run frontend and backedn in the REPL at the same time. As i can see it is possible to run only one REPL at the same time? Am i right?

jasongilman commented 7 years ago

You can only run one REPL per atom window. But you should be able to have multiple windows open in order to have multiple REPLs.

dotemacs commented 5 years ago

I've just asked about this on Clojurians Slack in #protorepl.

Is this still the case? Thanks

kwladyka commented 1 year ago

not active