Statically Typed

because Hindley-Milner rocks

Monthly Archives: May, 2011

C++: Structs vs. Tuples, or Why I like Tuples More


An interesting question was asked on StackOverflow the other day regarding Tuples and C-style structs.  I answered as best I could but I neither had time to expand upon it … Continue reading

May 7, 2011 · 3 Comments

Android: How can you Implement a Custom Menu Class?


Android provides decent functionality for instantiating your own run of the mill Menu within the standard framework.  They even have a half decent guide on using them within your applications. … Continue reading

May 5, 2011 · 6 Comments