In my first consulting assignment in Scala, the most frustrating piece of code was the one involving implicit keyword. There was a portion of code written by the client and the team was huffing and puffing trying to understand the […]
This is the third and final part of the posts on introducing the Elixir language. Let’s bring in all those things we’ve have discussed so far and solve a simple problem. This is one of those simple exercises that beginners […]
Here’s a list of videos on Scala programming language. Have fun!!! Hello Scala Data Types and Variables Functions in Scala – Part I Functions in Scala – Part II
Chatting with Bruce Tate the author of several books, particularly Seven Languages in Seven Weeks was an unforgettable experience. Bruce Tate was in Bangalore last week for a Functional conference. Attended his workshop on Elixir in the morning. Elixir cleared […]
Functional fever is driving me crazy. I have been trying to write/convert every piece of code to a functional style. For the last couple of weeks, I have been writing tons of code in Scala using pattern matching. In a […]