<div dir="ltr"><div>There is some, actually. Although the first prototype of Erlang was implemented on top of Prolog, Armstrong et al. then looked at compiling to Parlog and Strand to see if they could get better performance throught the built-in parallelism of those languages. However, the results weren't good, and they came to the conclusion that the concurrency model of Erlang was too different, so they moved on to making their own abstract machine. See <a href="http://www.erlang.se/publications/prac_appl_prolog.pdf">http://www.erlang.se/publications/prac_appl_prolog.pdf</a> for more details.<br><br>Also, in the first Erlang book "Concurrent Programming in Erlang" (Prentice Hall, 1993), they wrote "The early syntax of Erlang owed much to Strand, though the current syntax is more reminiscent of an untyped ML. The model of concurrency is similar to SDL." (CCITT Specification and Description Language, for those not familiar with telecom specs, not the Simple DirectMedia Layer.)<br> </div></div><div class="gmail_extra"><br clear="all"><div><br>        /Richard</div>
<br><br><div class="gmail_quote">On Thu, Sep 18, 2014 at 12:24 AM, Stu Bailey <span dir="ltr"><<a href="mailto:stu.bailey@gmail.com" target="_blank">stu.bailey@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I was just wondering if there was any relationship between Strand <div><br></div><div><a href="http://en.wikipedia.org/wiki/Strand_(programming_language)" target="_blank">http://en.wikipedia.org/wiki/Strand_(programming_language)</a></div><div><br></div><div>and Erlang?</div><div><br></div><div>Clearly there is a common ancestor in Prolog. :-)</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" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>