Category Archives: scala

Scala scripting continued

It took a day or two of blog reading and scala console try outs but I managed to create my first usable Scala script. import scala.xml._ /** Sequence number fix script. See http://fugamusic.com/docs/ingestion/ingestion.xsd **/ object FixSequence { var seq: List[Pair[Int,Int]] … Continue reading

Posted in scala | 3 Comments

First stab at Scala scripting.. filters do not work like my Ruby brain thinks they do

So I decided to pick up the Scala language. Having done Ruby for a couple of years now Scala is one of the few, if not the only language that’s gotten me excited. Being a first class citizen on the … Continue reading

Posted in scala | Tagged | 3 Comments