Wow, I began by writing a few Scala programming tutorials just because I like the language, and as I look here a couple of months later I now have more than sixty tutorials. As a result, I thought I'd start organizing them here in the form a Scala Programming Cookbook.
Here's my current collection of Scala FAQs and recipes, in a "cookbook" format.
Scala Array examples:
Scala List examples:
Scala Map examples:
Iterating and looping over Scala collections:
Scala tuples:
Using Scala parallel programming methods and classes:
As mentioned, I'm just putting this collection of Scala programming recipes out here today, and I'll try to clean up and organize them in the coming days.
Nice!
On a side note, I was using Scala on a personal project and rewrote some Java code using Scala. As much as I complained yesterday about Scala's complexity, the slow compiler, and poor IDE support, I must admit one thing: the resulting code was noticeably cleaner, shorter, and easier to read.
Post new comment