Beautiful Quote By An Author

The most lovelable comment given by an author about his language “Simple things should be simple, complex things should be possible.” – Alan Kay...
Prasath Ram
6 sec read

Concurrent programming in Erlang

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,...
Prasath Ram
59 sec read