Scala Eye for the Java Guy
Tuesday, 22 December 2015
Type Aliases for Functions - Wat?
›
I'm still buried deep in Functional Programming Scala . It's an excellent book, but it does have a habit of occasionally introducin...
Thursday, 3 December 2015
Tracing, Step by Step
›
In this post I want to introduce the simple yet powerful technique of tracing. It's one I'm using more and more to help me get my h...
Wednesday, 18 November 2015
The Slow Boat to Folding
›
I'm back at the Scala-face, working my way through Functional Programming in Scala by Paul Chiusano and RĂșnar Bjarnason. I'm st...
Friday, 17 January 2014
Classes in Scala - Beyond the (Java) Expected
›
There is a lot more power to the Scala type system than any other language I know, and I’ve yet to come across - let along understand – most...
Wednesday, 8 January 2014
Weighing filter & map Against for’s guards and yield
›
On the surface, it seems that a combination of filter and map can achieve the same end as a for -comprehension with judicious use of guard...
Functions and Methods – A Subtle Distinction
›
There are a great many benefits to be learning something like Scala, when you have an educational background like I do. Even small snippets...
Tuesday, 7 January 2014
Back on the Old for-Comprehensions Again – Filters and Guard Conditions
›
NOTE: There's an update to this post, based on a Google+ comment from Chris Phelps . Cheers Chris! I’m back on Scala’s for comprehen...
›
Home
View web version