The most lovelable comment given by an author about his language “Simple things should be simple, complex things should be possible.” – Alan Kay... Just want to share how simple is Erlang concurrent programming Starting with an example of simple mathematical calculation in sequential programming -module(calculator). -export(). add([Num1,...