<div dir="ltr">I tried to begin once.<div><br></div><div>Here's the catch:</div><div><ul><li>Rust had no unions at the time of my experiments (added in 1.19 - July 2017)</li><li>Rust has no bit fields (some libraries exist trying to alleviate this)</li><li>Erlang process heap is created and maintained by abusing pointers and bits in them. Casting integers to pointers and back i believe is possible but will give you some pain.</li><li>A really fast VM loop is done using C/C++ goto (void*) extension, in Rust you will probably have to use old good switch/case (slower)</li></ul><div>When you overcome these base problems, it should be possible to proceed carefully :)</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-09-12 22:10 GMT+02:00 austin aigbe <span dir="ltr"><<a href="mailto:eshikafe@gmail.com" target="_blank">eshikafe@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello,<div><br></div><div>Any consideration for implementing the Erlang VM in Rust?</div><div><br></div><div>Regards,</div><div>Austin</div></div>
<br>______________________________<wbr>_________________<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/<wbr>listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>