Paul Krill
Editor at Large

Microsoft moves on F# functional language

news
Oct 22, 20073 mins

Product of research project to be integrated with Visual Studio

Microsoft plans to integrate F#, a functional programming language developed by the Microsoft Research group, into its Visual Studio application development platform, said S. “Soma” Somasegar, corporate vice president of the Microsoft Developer Division, in his blog

The company, however, has not laid out a formal release schedule, although Somasegar pledged to both integrate F# into Visual Studio and continue evolving it.

Pronounced “F sharp,” F# is based on the concepts of functional programming, Somasegar said. Functional languages treat computation as the evaluation of mathematical functions. The mathematical slant of functional programming is appealing to professionals in domains described with mathematical notation, including financial, scientific, and technical computing, said Somasegar.

F# combines type safety, performance, and scripting with the advantages of running on a on a modern runtime, Microsoft Research said. It supports interactive scripting like Python and the strong type inference and safety of ML. F# can access.Net libraries and database tools.

Bloggers corresponding about F# on the hubFS blog had positive responses to Microsoft’s plans.

“I can’t overstate how excited I am by this news,” one blogger said.

“I discovered F# a few months ago and since then have made it my primary programming language (moving from Python and Java). I have found it to be a great language for developing simpler scripts or programming ‘toy’ implementations of algorithms. I’ve also found it to be a great language for building up real applications because of the ability to leverage everything already existing for .Net,” the blogger said.

Somasegar cited other functional programming efforts at Microsoft.

“Language features, such as lambda expressions in C# and generics in .Net 2.0, have roots in functional languages, and LINQ (Language Integrated Query) is directly based on functional programming techniques,” Somasegar said. LINQ extends C# and Visual Basic and simplifies how database and XML queries are written in these languages.

F# is designed to be a “first-class citizen” on .Net and will run on the on Microsoft CLR (Common Language Runtime), Somasegar said. Object-oriented programming is embraced and F# integrates with the .Net Framework. F# makes boosts .Net in the academic world, Somasegar said.

“We believe that through F# and languages like IronPython and IronRuby we can help offer students and educators choices beyond the current mainstream and enable the use of these languages across the curriculum. This helps educators have the option to use Visual Studio as a consistent tool set from course to course,” he said.

Also in the application development realm Monday, the Microsoft Developer Division unveiled its Tester Center Web site. The site enables testers to connect with a community, contribute content and share testing practices and experiences.

Paul Krill

Paul Krill is editor at large at InfoWorld. Paul has been covering computer technology as a news and feature reporter for more than 35 years, including 30 years at InfoWorld. He has specialized in coverage of software development tools and technologies since the 1990s, and he continues to lead InfoWorld’s news coverage of software development platforms including Java and .NET and programming languages including JavaScript, TypeScript, PHP, Python, Ruby, Rust, and Go. Long trusted as a reporter who prioritizes accuracy, integrity, and the best interests of readers, Paul is sought out by technology companies and industry organizations who want to reach InfoWorld’s audience of software developers and other information technology professionals. Paul has won a “Best Technology News Coverage” award from IDG.

More from this author