tpapp / julia-repl

Run an inferior Julia REPL in a terminal inside Emacs
Other
170 stars 35 forks source link

Is it possible to do a cycle boot mode like atom? #67

Closed bethandtownes closed 4 years ago

bethandtownes commented 5 years ago

In Atom, we can have 3 Julia processes at the same time so that if we need to a new REPL, we can always have one immediately without any wait. Is it possible in julia-repl?

tpapp commented 5 years ago

You mean like a pool of processes waiting in a queue? It may be possible, but that is currently not implemented. I find startup times to be too trivial for this.

You can run multiple inferior processes, try C-c C-s which sets a different suffix, and then C-c C-z will take you there, or start a new process on demand.