10Jan/120
In Response To: Iterating Over A Tuple
Today I saw Tombatron's blog post on Iterating Over A Tuple about ways to iterate over a Tuple. While I must say it is a very bad idea to do this (if you want to store your data in something iterable, then use something other than a Tuple), I found a very interesting challenge in this.
9Jan/120
Combinator Extension Method Initial Commit
The initial commit of my combinator extension methods is up at github, so please check it out at my github page