Browse by Tags

Related Posts

  • New version of F# available (1.9.1.18)

    In the early days of May Don Syme announced the availability of F# 1.9.1.9, hardly a month later and in a silent way version 1.9.1.18 has been released , this new version has a few fixes (some of them important), a few extra keywords (F# 2.0 is on the works) and a couple of changes in experimental functions...
    Posted to .NET at 9.400 ft above sea level (Weblog) by Edgar Sánchez on 06-15-2007, 12:00 AM
    Filed under: Windows Forms, Functional Programming, Visual Studio, F#
  • Another new version of the F# compiler (1.9.2.7 and counting...)

    In a silent way, last Friday 13th version 1.9.2.7 of the F# compiler was released . This wasn't announced by the "father" or F# , nor in the usual places , I wonder how Mike Gunderloy found out... Anyways, kudos to the Microsoft-*real*-functional-language team.
    Posted to .NET at 9.400 ft above sea level (Weblog) by Edgar Sánchez on 07-18-2007, 12:00 AM
    Filed under: Functional Programming, Visual Studio, .NET, F#
  • Using F# interactive

    Just a quick post on how to get the best out of F# Interactive What is F# interactive? That's a dang good question! Well you can think of F# interactive as being a console application that you type stuff into and its evaluated and based on what you type in the response varies - you may get something...
    Posted to Granville Barnett (Weblog) by gbarnett on 09-19-2007, 12:00 AM
    Filed under: Visual Studio, .NET, F#
  • How to register the F# project with VS 2008 Beta 2

    In this post I mentioned that F# compiler doesn't register its project correctly with VS 2008 Beta 2. Repo: Clean installation of Vista, with no previous .NET 3.5 or VS 2008 Beta bits installed. Subsequent installation of the F# compiler installs but VS F# project is not registered with VS. Here is what...
    Posted to Granville Barnett (Weblog) by gbarnett on 09-19-2007, 12:00 AM
    Filed under: Visual Studio, F#
  • A better way of getting the average salary

    Related to my post yesterday in which I tried to show an appealing business sample in F#, David Taylor commented that this: can't possibly be more appealing than this: var averageSalary = companyRoll.Average(e=>e.salary); David is using LINQ of course and his example kills mine by a long shot. I thought...
    Posted to .NET at 9.400 ft above sea level (Weblog) by Edgar Sánchez on 11-27-2007, 12:00 AM
    Filed under: Functional Programming, Visual Studio, F#, LINQ
Page 1 of 1 (5 items)