Getting started with any programming language is a daunting task, let alone getting your workstation in a state to create a non-trivial application. I spent a few days reading and trying many Scala tools and libraries. I use some of my findings in this screencast.
This screencast covers how to create a Scala
console-based project. I use the simple-build-tool (sbt
) to compile, run, test and then eclipsify a project. I briefly cover where to put source code, tests and how to use Eclipse to edit and debug the project. Click here to view to screencast. [1]
Links:
[1] http://web.archive.org/web/20100413061313/http://www.mgutz.com/2010/03/06/get_started_with_scala_sbt_and_eclipse.html