Archive for July 15th, 2011

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