Stéphane Perrot has extended the Erlang Game of Life example of the French Erlang book.
Erlang programmation author was suggesting possible improvements for the Game of life book example. As a good reader, Stéphane Perrot wrote those enhancements:
- He extended the game of life example to add support for graphical user interface, completing the text user interface.
- He modified the example to limit the number of message exchanged between cells in the game of life example. Cells now only exchange messages with closest neighbours.
The code is available here: |