Microsoft F#

Posted by Aamir Hasan on ASP.net Weblogs See other posts from ASP.net Weblogs or by Aamir Hasan
Published on Tue, 23 Mar 2010 07:52:00 GMT Indexed on 2010/03/23 8:03 UTC
Read the original article Hit count: 598

Filed under:
|
|
  • F# brings you type safe, succinct, efficient and expressive functional programming language on the .NET platform. It is a simple and pragmatic language, and has particular strengths in data-oriented programming, parallel I/O programming, parallel CPU programming, scripting and algorithmic development.
  •  
  • F# cannot solve any problem C# could.
  • F# is a functional language, statically typed.
  • F# is a functional language that supports O-O-Programming
  • References:

    http://msdn.microsoft.com/en-us/fsharp/cc835246.aspx

    http://research.microsoft.com/en-us/um/cambridge/projects/fsharp/

    © ASP.net Weblogs or respective owner

    Related posts about F#

    Related posts about c#