iTunes Export Scala 0.1 Released

I am launching a new project: iTunesExport Scala. This is a port of the original .Net application to Scala. Scala is a hybrid Object Oriented/Functional language that compiles to Java class files and executes on the JVM.

I am launching this port to enable Mac OS X users to access iTunes Export features. The original iTunes Export application was written in .Net and does not run on Mac OS X.

The project home page is here: http://www.ericdaugherty.com/dev/itunesexport/scala/

The project is hosted at Google Code. You can check out the Google Code project home page if you want to browse the source tree or track issues, etc.

This is my first Scala application so I would appreciate any feedback on the source code. My goal is to continue to add features until parity is reached between this and the original.