News

One of the hardest tricks for any programmer to do is to master concurrent programming. Facebook's new tool, RacerD, goes a long way to helping developers spot concurrency errors.
Functional Programming has been around for quit e some time. Its characteristic features include high order functions, lazy evaluation, side-effect freeness, etc. These characteristics are ...