erlang (Demo)
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,... When I start with ruby i always get confused about ananymous functions. Thanks to functional programming languages it gives me the complete knowledge about... During the week end was trying to implement a control structure using pattern matching similar to erlang implementation in ruby Here is my result...