Aaron Feng on 27 May 2011 17:51:35 -0700


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Thanks for listening to me!


Oh yeah, during the presentation a couple people asked about the commas between the expressions.  The original Erlang was implemented in Prolog that is where it inherited the syntax including the period on the end of the _expression_.

Another interesting video that Joe talks about the Erlang VM from the beginning until now:

http://www.infoq.com/presentations/The-Evolution-of-the-Erlang-VM

Joe talks about using term rewriting (http://en.wikipedia.org/wiki/Abstract_Rewriting_Machine) in Prolog to simulate multiple process...

Aaron