<div dir="ltr">This seems similar to Active-Ring, a 5 year old project.<div>Look into it - there might be something inspirational there.</div><div><br></div><div><a href="https://github.com/domiwilliams/active-ring">https://github.com/domiwilliams/active-ring</a><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 3, 2015 at 4:41 PM, Tristan Sloughter <span dir="ltr"><<a href="mailto:t@crashfast.com" target="_blank">t@crashfast.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>




<div><div>Or <a href="http://blog.erlware.org/rebar3-auto-comile-and-load-plugin/" target="_blank">http://blog.erlware.org/rebar3-auto-comile-and-load-plugin/</a><br></div>
<div> </div>
<div>Eventually I plan to have `auto` support running eunit tests of only modules that have changed (or a module that the eunit test depends on changes), so you can simply run `rebar3 auto eunit` and when you save changes it'll automatically only run the necessary tests to verify your changes.<br></div>
<div> </div>
<div><div>--<br></div>
<div>Tristan Sloughter<br></div>
<div><a href="mailto:t@crashfast.com" target="_blank">t@crashfast.com</a><br></div>
<div> </div>
</div>
<div> </div>
<div> </div>
<div>On Tue, Nov 3, 2015, at 05:50 AM, Jesper Louis Andersen wrote:<br></div>
<blockquote type="cite"><div dir="ltr"><div><div> </div>
<div><div>On Mon, Nov 2, 2015 at 10:40 PM, Marco Molteni <span dir="ltr"><<a href="mailto:marco.molteni@laposte.net" target="_blank">marco.molteni@laposte.net</a>></span> wrote:<br></div>
<blockquote style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div style="overflow-x:hidden;overflow-y:hidden">Or maybe another path to consider is not using erl_call at all and just using the VM, with a stripped-down environment like the SEE explained in Joe's second edition Programming <span>Erlang</span>...<br></div>
</blockquote></div>
</div>
<div><div>I'd look at some tool in the vein of Rusty's sync: <a href="https://github.com/rustyio/sync" target="_blank">https://github.com/rustyio/sync</a> and add a hook to it. That way, you just run a server continually and load code into it on the fly as you are building it. You don't even have to prod it with something like erl_call if this is what you do.<br></div>
</div>
<div><div> </div>
<div> </div><span class="HOEnZb"><font color="#888888">
<div>-- <br></div>
<div>J.<br></div>
</font></span></div><span class="HOEnZb"><font color="#888888">
</font></span></div><span class="HOEnZb"><font color="#888888">
<div><u>_______________________________________________</u><br></div>
<div>erlang-questions mailing list<br></div>
<div><a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br></div>
<div><a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br></div>
</font></span></blockquote><div> </div>
</div>

<br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>