I talk a bigger talk than I ought to.
I came to Erlang as a result of looking under the hood of . There were some bits of code that I thought looked very elegant, almost like poetry.
I suppose I fell in love.
Wings 3D does not really stretch the Erlang language or architecture; for example, it runs in a single Erlang VM on one PC. It was originally written in Erlang - it seems - as a part-time programming exercise by one of the early developers. As a starter, however, just downloading and deconstructing the code gives many good examples of how the language works.
An important point though, is that when low-level performance stuff like graphics is needed, Wings 3D calls up C libraries (like any other interpreted language). That is the same thing that will need to be done between, say, Erlang mini and the Epiphany. Even with the 64 * 128kb core Epiphany coming in 2015(?), there's no room on the chip for the Erlang base.
Cheers,Statistics: Posted by greytery — Sat Aug 23, 2014 5:51 pm
]]>