Entries Categorized as 'Scala'

The end of my Scala adventures

Date April 19, 2008

Recently I’ve played a little with Scala. I really like the language but for now I will not continue playing with Scala. That has nothing to do with the language but is just a matter of time. What I really liked about Scala:

clean syntax
easy to understand once you master the basics
great concurrency features
reasonably good […]

my first scala program

Date February 2, 2008

Today I wrote my first Scala program. When I try a new language I always write an “eagle class” first. The reason is quite simple: I am totally fascinated by those huge birds. So here is my first Scala program with an eagle class.

package birds;

// wingspan is […]