Prasath Ram
5 Stories by Prasath Ram
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,... 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... This blog explains the fundamentals of the gem that I am working on swift_db I named this swift coz i need some something which...