Wednesday, August 14, 2013

CBV vs CBN

Call by Value - the most common evaluation strategy. Things are reduced before evaluating.
Call by Name - Things are passed down until they are needed to be evaluated.

Fresh Start for Functional Programming

Starting today, I plan to really focus on functional programming in Scala and commit myself to finishing the 7 week course on Coursera.