Have a look at run_erl and to_erl. <br><br><div class="gmail_quote">On 2 February 2012 09:29, Miles Fidelman <span dir="ltr"><<a href="mailto:mfidelman@meetinghouse.net">mfidelman@meetinghouse.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
Please pardon a perhaps silly newbie question.<br>
<br>
I'm just beginning to learn Erlang, and as I start playing with code that involves multiple concurrent processes, I find myself wanting to have multiple windows open, each running an Erlang shell, but all running on the same VM -- e.g., so I can interact with one process via one window and another process through a 2nd window, while those processes are both running in the same Erlang environment.  (I.e., the same behavior one has with a regular Unix shell - open a new window, it's a new process, but it's running on a common underlying O/S instance).<br>

<br>
Which leads to the question: Is this possible, and if so, how?<br>
<br>
Thanks very much,<span class="HOEnZb"><font color="#888888"><br>
<br>
Miles Fidelman<br>
<br>
-- <br>
In theory, there is no difference between theory and practice.<br>
In practice, there is.   .... Yogi Berra<br>
<br>
<br>
______________________________<u></u>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/<u></u>listinfo/erlang-questions</a><br>
</font></span></blockquote></div><br>