Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • A great article on functional programming...

    http://www.defmacro.org/ramblings/fp.html This article was a great overview of many of the aspects of functional programming. With what Micosoft is doing to the CLR and C# and VB it would seem that functional programming is making advances into the main stream. His article has imaginary Java samples...
    Posted to David Findley's Blog (Weblog) by findleyd on 06-20-2006, 12:00 AM
    Filed under: C#, Ruby, .NET, Tools, JavaScript, Atlas, LINQ, DLINQ, XLINQ, AJAX, Rails, Programming Languages
  • What should a "Stream" operator look like in C#?

    Streams were one of the core concepts that I latched onto with Cw. It elevated enumerable lists as a first class problem domain. The fact that int* really was IEnumerable <int> melted away as an implementation detail and allowed me to begin to think in terms of lists ala (LISP/Scheme). This way...
    Posted to David Findley's Blog (Weblog) by findleyd on 10-01-2005, 12:00 AM
    Filed under: C#, LINQ, Programming Languages
Page 1 of 1 (2 items)