InfoQ

News

F# to Be Integrated With Visual Studio

Posted by Jonathan Allen on Oct 18, 2007

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.

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

Educational Content

Brian Marick on 4 Challenges and 5 Guiding Values of Agile Software Development

Brian Marick takes us through a quick tour of the most important values and challenges to adopting Agile successfully (they aren't the typical challenges and values we hear in the community).

Are You a Software Architect?

The line between development and architecture is tricky. Does it exist at all? Is an ivory tower actually needed? There's a balance in the middle, but how do you move from developer to architect?

Agile – A Way of Life and Pragmatic Use of Authority

The word 'authority' sometimes produces an allergic response in hard-line agilists. Freedom and authority – both are bad if misused and both are good if used in right spirit for a noble cause.

Getting Started with Grails, Second Edition

"Getting Started with Grails" brings you up to speed on this modern web framework. Companies as varied as LinkedIn, Wired, and Taco Bell are all using Grails. Are you ready to get started as well?

Using ITIL V3 as a Foundation for SOA Governance

Those familiar with only ITIL V2 often scoff at the thought that ITIL could serve as a governance framework for SOA. With ITIL V3, the focus of the framework shifted towards service-orientation.

Adrian Colyer on AspectJ, tc Server and dm Server

SpringSource CTO Adrian Colyer discusses AspectJ, SpringSource's dm Server and tc Server products, OSGi and Scrum.

Adam Wiggins on Heroku

Heroku's Adam Wiggins talks about Rails, Background Jobs, Add-Ons, Ruby, and how Heroku manages to work around Ruby's inefficiencies using Erlang and other languages.

SOA as an Architectural Pattern: Best Practices in Software Architecture

For Grady Booch the foundation of a good architecture is patterns, SOA being just one of many patterns. In this Second Life presentation, Booch attempts to bring more clarity on what architecture is.