Blog Posts
Scala Sugar – Iteration
In this second installment of Scala Sugar, lets put the lists that we created in the previous post to use.
How do we typically interact with lists when writing non-trivial programs? We iterate over them! With that being said, lets explore how iteration in Scala compares with iteration in Java.
Taking the lists [...]
Scala Sugar – Lists
If I want to become a real Scala Ninja, I am going to have change the way I think about coding. For the past 10 years I have been programming primarily using the object oriented paradigm. Although Scala supports pure object oriented programming, it is my desire to learn to program in Scala [...]
Scala reduceLeft
This post was updated on November 19, 2009.
As you know, during the past few weeks (time permitting), I have been spending time studying the Scala programming language. After reading the first few chapters of Programming In Scala, I have come across the first feature of Scala that would have been totally useful for me [...]
Simple Applescript For The Traveling Mac
The Problem
You have a MacBook and a nice Apple Cinema display (this doesn’t sound like a problem so far), and you travel with the MacBook every day. When you open the lid of your MacBook you like to have the Dock on the left side of the screen giving you the most top to bottom [...]



