Desmond File

Blog archive

What's New in F#?

Visual Studio 2010 and .NET Framework 4, released in April, brought a number of critical changes to mainstream managed languages like C# and Visual Basic. But the latest version of Microsoft's integrated development environment and managed framework also shifted the playing field for dynamic and functional languages, like F# and IronRuby.

We posed three questions to Mark Hoban, Microsoft senior program manager for F#. Here's what he had to say:

Visual Studio Magazine: How significant an update is the version of F# appearing with Visual Studio 2010? What key features or capabilities should developers be looking for in the new version?

Mark Hoban: Visual Studio 2010 includes the F# 2.0 version of the F# language. This is a major release of the F# language, and includes important new features and brings F# to its first supported release.

Key features of this release include simple and succinct functional syntax, rich .NET Framework object-oriented programming model, integrated parallel and asynchronous programming features, units of measure and the F# Interactive. (Details on these features can be found here.) Note that this same version of the F# language will also continue to be made available in CTP form for developers using Visual Studio 2008.

VSM: Why is F# not being fully integrated into .NET Framework 4? What must developers do to enable the F# core libraries and compiler?

MH: We view F# as a true first class member of Visual Studio and the .NET Framework, but due to the development process we are releasing this version as an additional runtime that customers will need to install on the target machines. We will review that with our next release.

VSM: Who is Microsoft looking to serve with the F# language? Has the original scope of F# expanded over time?

MH: F# extends the .NET Framework by offering a productive language for developers working in technical, algorithmic, parallel and data-rich areas. This has included applications in domains such as financial services, data analytics, games, sciences and machine learning. This is largely the same audience we’ve historically targeted with F#, though the scope has expanded slightly in response to the breadth of adoption we’ve seen over the last 2 years.

Posted by Michael Desmond on 06/14/2010


comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube