July 29th, 2011 by Derek Wyatt
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 morePosted in Scala | 7 comments
July 15th, 2011 by Derek Wyatt
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 morePosted in C++ | No comments
July 5th, 2011 by Derek Wyatt
I’ve put my Vim configuration on GitHub now. Have a gander at http://github.com/derekwyatt/vim-config
Posted in Vim | 11 comments