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
Currently, I implement the B (Bxy -> yx), C (Cfxy -> f (x y)) and K (Kxy -> x ). Over time, I will add more and put in some unit tests. I also plan on making a separate version using MonoDevelop so that those using Mono can enjoy the library as well