Prasath Ram



5 Stories by Prasath Ram

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...
0 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,...
0 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...
0 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...
0 43 sec read

Gem swift_db introduction

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...
0 50 sec read