BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News F# to Be Integrated With Visual Studio

F# to Be Integrated With Visual Studio

Bookmarks

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.

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • Not exactly Non-OOPS

    by David Leon,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    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#.

  • Visual FoxPro is OOP, is not .Net

    by Hank Fay,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    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 (www.etecnologia.net) to compile into .Net, with some examples here (groups.google.com/group/vfpnet-compiler-communi...), but this is all non-Microsoft driven.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT