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
Channel 9 Live at MIX10: Bill Buxton & Erik Meijer - Perspectives on Design
Mar 31, 2010 at 3:03 AMThat Aviator that Bill Buxton was talking about is probably more well known as an Author: Antoine Marie Roger Vicomte de Saint-Exupéry, French Author and Aviator. The quote is from the book Terre des Hommes (Wind, Sand and Stars):
CES 2010: Microsoft's Arc Keyboard
Jan 08, 2010 at 5:49 PMWouldn't it be great if someone were to invent some kind of unified wireless protocol so that not every little device needs to come with its own stupid little plug? What would be even greater is if that protocol had some kind of catchy name, maybe incorporating a color. Something like RedTooth. Doesn't that sound cool?
C9 Lectures: Dr. Graham Hutton - Functional Programming Fundamentals Chapter 11 of 13
Dec 10, 2009 at 3:31 PMHas anyone run this program (I mean the inefficient, naive, obvious first one) through the Supero Haskell Supercompiler? I would imagine that a supercompiler should be able to perform this kind of program fusion on its own, without human intervention. Sadly, I just can't seem to figure out how to install the thing.
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals, Chapter 3 of 13
Oct 15, 2009 at 2:54 PMAm I right that the
ZipLINQ sequence operator in .NET 4.0 whose signature Erik wrote down actually corresponds to Haskell'szipWithfunction, notzip?Without looking it up, using kind of my mental type inferencer, the type of zipWith would have to be
, which is exactly the signature of .NET 4.0's Zip.