InfoQ

News

F# to Be Integrated With Visual Studio

Posted by Jonathan Allen on Oct 18, 2007 02:20 AM

Community
.NET
Topics
Artifacts & Tools
Tags
F#,
Functional Programming

F# is a highly influential language from Microsoft Research. It is based on the ML family of languages, but also incorporates concepts from C#, LINQ, and Haskell. Running on the CLR, it can leverage any .NET library.

According to Somasegar, "[Microsoft's developer division] will be partnering with Don Syme and others in Microsoft Research to fully integrate the F# language into Visual Studio and continue innovating and evolving F#." This means F# will be treated as a first-class language on the .NET platform.

This isn't the first time Microsoft has introduced a language other than the big three, Managed C++, C#, and Visual Basic, to the .NET platform. J#, a clone of Java 1.1, and JScript.NET had compilers but limited or no Visual Studio support. More recently, IronPython and IronRuby compilers were added as open source projects. What makes F# unusual is that it is the first language to be based primarily on Functional Programming rather than some form of Object Oriented Programming. The last non-OOP language from Microsoft, aside from T-SQL, is the venerable xBase language, FoxPro.

No timeline has been set for this initial release, but it most likely will not be with Visual Studio 2008.

2 comments

Reply

Not exactly Non-OOPS by David Leon Posted Oct 18, 2007 4:45 PM
Visual FoxPro is OOP, is not .Net by Hank Fay Posted Oct 19, 2007 2:01 PM
  1. Back to top

    Not exactly Non-OOPS

    Oct 18, 2007 4:45 PM by David Leon

    Hate to quibble, but F# is an functional-OOPs hybrid language. It is not strictly function, as is the case with ML or Haskell. Although I can't claim I know the language yet, I am studying the subject, and I have defined standard CLR classes in F#.

  2. Back to top

    Visual FoxPro is OOP, is not .Net

    Oct 19, 2007 2:01 PM by Hank Fay

    Perhaps this is what you meant, but just in case. Visual FoxPro has been elegantly OOP since 1994. It is not .Net-based, i.e., it doesn't run on the CLR. There is a version being built (http://www.etecnologia.net) to compile into .Net, with some examples here (http://groups.google.com/group/vfpnet-compiler-community-support-group?lnk=iggc), but this is all non-Microsoft driven.

Exclusive Content

Rationalizing the Presentation Tier

Thin client paradigm characterized by web applications is a kludge that needs to be repudiated. Old compromises are no longer needed and it's time to move the presentation tier to where it belongs.

Agile Project Management: Lessons Learned at Google

In this presentation filmed during QCon 2007, Jeff Sutherland, the creator of Scrum, talks about his visit at Google to do an analysis of Google's first implementation of Scrum.

AtomServer – The Power of Publishing for Data Distribution

In this article, Bryon Jacob and Chris Berry introduce AtomServer, their implementation of a full-fledged Atom Store based on Apache Abdera, which is now available as open source.

An Introduction to Virtualization

It is easy to think that virtualization applies only to servers. In reality the recent resurgence of the concept is also being applied to networking, storage, and application infrastructure.

REST Anti-Patterns

In this article, Stefan Tilkov explains some of the most common anti-patterns found in applications that claim to follow a "RESTful" design and suggests ways to avoid them.

Choosing between Routing and Orchestration in an ESB

In this article, Adrien Louis and Marc Dutoo discuss the differences and relative merits of using orchestration vs. routing in a typical ESB setup, and discuss various implementation options.

Enterprise Batch Processing with Spring

Wayne Lund discusses batch processing, Spring Batch objectives and features, scenarios for usage, Spring Batch architecture, scaling, example code, failures and retrying, and the future roadmap.

User Story Estimation Techniques

Developer Jay Fields draws on his experiences as a ThoughtWorks consultant to describe effective user story estimation techniques.