Sunday, September 12, 2010

Scala resources

A google search for 'scala language' returns more than two million hits.
In this post i am collecting links to scala related resources and articles i consider useful.

Link Description
Learning Scala List of resources for learning scala on scala-lang.org.
artima scalazine Online Scala magazine that features several articles by scala creator Martin Odersky
Programming Scala Free online version of the book "Programming Scala" with user comments.
Scala series at IBM developerWorks IBM developerworks features a great series with articles about programming in scala.
Code Monkeyism - the blog for developers Blog containing some interesting articles about scala.

Installing Textmate Support For Scala

To install a scala bundle for Textmate you can use the Scala Bazaar System.

The sbaz binary is located in $SCALA_HOME/bin.
> sbaz install scala-tool-support
planning to install: scala-tool-support/2.8.0.final
Installing...

This downloads several scala-tools to $SCALA_HOME/misc. In particular it creates the folder
$SCALA_HOME/misc/scala-tool-support/textmate/Bundles/.

To install the scala-bundle simply unzip Scala.tmbundle.zip:

>unzip Scala.tmbundle.zip

Then doubleclick Scala.tmbundle. Thats all!