erlang (Demo)

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

Ananymous Functions

When I start with ruby i always get confused about ananymous functions. Thanks to functional programming languages it gives me the complete knowledge about...
Prasath Ram
1 min read

Control structure using pattern matching like Erlang

During the week end was trying to implement a control structure using pattern matching similar to erlang implementation in ruby Here is my result...
Prasath Ram
43 sec read