Categories

Scala JSON Generator

I am working with Scala more and more at the moment. I find it a really powerful and fun language to work in. One of the recent tasks has been to translate various tab delimited data files into a common JSON format. In java land, I’ve used Jackson to great effect, but [...]

Writing Scala code in IntelliJ IDEA

Just read that IntelliJ IDEA 9 will be split into a Community Edition, and an Ultimate Edition. The Community Edition will be open sourced, and allows the Scala plugin. I’ve been writing Scala code for a few months now, and using IDEA in the office, and TextMate at home. I’m really hoping [...]