As a
programmer I try to keep track of the new tools are continuously made
available to my work. It's a hard task, almost impossible, since
every day new languages, framework or libraries are proposed on the
Internet. I usually follow a conservative strategy by leaving
novelties to “grown up” a little in order to see it they are more
or less widely used.
I've
been recently reading this
article, among the many languages and technologies cited one
particularly awakened my interest: Scala.
Why
Scala?
Three
things about Scala caught at my attention: first it runs on a
standard Java virtual machine this means an easier integration with
the programming ecosystem I'm mostly used to work with. Then I
learned that Scala implements the functional programming paradigm. I
really know little about functional
programming but the idea of learning a new programming paradigm
really enticed me. Last, but not least, Scala is nowadays widely used
in big and complex software projects like Twitter or LinkedIn.
Scala
on Eclipse (Luna)
A
good Eclipse plug-in is available for Scala named Scala
IDE for Eclipse. I fist tried downloading the one available at
Eclipse
Marketplace but I soon discovered
it didn't work with Eclipse Luna. After some searching in the
Internet I discovered the only working version for Eclipse Luna is
version 4.0
release candidate 2. Installing the plug-in has been only matter
of copying the update address
into Eclipse “Install new software” window, agreeing to
licenses and following instructions.

