Archive for July, 2011

Understanding Scala Streams through Fibonacci

I took a look at Scala Streams tonight (or was that last night? When am I posting this?) and thought I’d share what I learned from Literate Programs and the Scala source code. Streams For the uninitiated, a Stream in Scala helps realize one of the fundamental concepts of Functional...
Read more

Functional “map” in C++

Note: This is C++0x stuff and it’s really just an investigation into some of the more obvious parts of it, including the auto keyword and lambda functions as well as working with higher kinded types (signified in C++ as template-template parameters). I’ve been doing a lot of Scala...
Read more

My Vim config is on GitHub

I’ve put my Vim configuration on GitHub now. Have a gander at http://github.com/derekwyatt/vim-config