JVM Languages
-
Using Groovy – A soft introduction
Groovy is an object-oriented programming language for the Java platform and can be used as a scripting language. Most of…
Read More » -
Even simpler scalability with Akka through RegistryActor
Let’s imagine, your system is deployed on one node, where you running actors that literally draining out the resources. You…
Read More » -
First steps into Scala
For over a full year now, I’ve been looking into Scala. I have heard many people talk about it passionately…
Read More » -
Scala for 2012? Deciding Whether to Invest In a Programming Language
I have found it both interesting and rewarding to learn a new programming language or major framework on a roughly…
Read More » -
Scala’s version fragility make the Enterprise argument near impossible
I have been working with Scala for more than five years. In those five years, I’ve seen Scala evolve and…
Read More » -
Scala Tutorial – code blocks, coding style, closures, scala documentation project
Preface This is part 12 of tutorials for first-time programmers getting into Scala. Other posts are on this blog, and…
Read More » -
Scala Tutorial – SBT, scalabha, packages, build systems
Preface This is part 11 of tutorials for first-time programmers getting into Scala. Other posts are on this blog, and…
Read More » -
Scala Tutorial – scripting, compiling, main methods, return values of functions
Preface This is part 10 of tutorials for first-time programmers getting into Scala. Other posts are on this blog, and…
Read More » -
Scala Tutorial – objects, classes, inheritance, traits, Lists with multiple related types, apply
Preface This is part 9 of tutorials for first-time programmers getting into Scala. Other posts are on this blog, and…
Read More »