Steve Levine

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 [...]

This entry was posted by Steve on November 22nd, 2009 and is filed under: , .

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 [...]

This entry was posted by Steve on November 21st, 2009 and is filed under: , .

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 [...]

This entry was posted by Steve on November 19th, 2009 and is filed under: , .

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 [...]

This entry was posted by Steve on November 12th, 2009 and is filed under: , , .

Tweets

Loading

Fork me on GitHub