-
Archives
-
Meta
Category Archives: Scala
Using Scala for something I’d normally using a “scripting” language for
From time to time, some repetitive task comes up that I can do quicker by writing a script to do it than to do it manually. Especially if it’s something I may be needing to do again in the future. … Continue reading
Posted in Scala
Leave a comment
Scala, Maven and IntelliJ
I’m evaluating Scala for a project I’ve recently started. The project requires processing a large number of data structures. Between Scala’s good support for parallelism and functional programming, it seems like a good fit. I’ve heard Scala brings many of … Continue reading