An open API service indexing awesome lists of open source software.

https://github.com/laszlokorte/elixir_simple_server

Short examples for Erlang process communication
https://github.com/laszlokorte/elixir_simple_server

elixir-lang erlang processes sequence-diagram

Last synced: about 3 hours ago
JSON representation

Short examples for Erlang process communication

Awesome Lists containing this project

README

          

# My favorite Erlang Program by Joe Armstrong in Elixir

[![Run in Livebook](https://livebook.dev/badge/v1/blue.svg)](https://livebook.dev/run?url=https%3A%2F%2Fgithub.com%2Flaszlokorte%2Felixir_simple_server%2Fblob%2Fmain%2Fserver.livemd)

In [this blog post](https://joearms.github.io/published/2013-11-21-My-favorite-erlang-program.html) Joe Armstrong walks through a simple example of Erlang code to demonstrate the power and simplicity of Erlang processes.

This Livebook translates the code to Elixir.

![Sequence Diagram](./diagram.svg)