@@ -19,4 +19,6 @@ However, keep in mind that books get outdated with time and Scala is a rapidly g
Installing Scala is fairly simple. You can either install [sbt](http://www.scala-sbt.org/0.13/docs/index.html)(build tool for scala) or the [scala compiler and interpreter](http://scala-lang.org/download/install.html)
## IDE for Scala
If you are into IDEs, IntelliJ IDEA with the Scala plugin or the Scala IDE (based on Eclipse) are good for starting with Scala. Scala worksheets (available in both) are very handy to small piece of code.