Larry O'Brien
Check me out on the web at Knowing .NET.
Programming career with periods of magazine editing: Software Development, Computer Language, AI Expert, Game Developer.
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals, Chapter 1 of 13
Oct 15, 2009 at 6:03 PMFor the Haskell:
f (x:xs) = f ys ++ [x] ++ f zs
If you're working with IEnumerable<IComparable> as your lists, what's the preferred C# w LINQ mapping for the right-hand side of this?