F Sharp (programming language): Difference between revisions

Content deleted Content added
incorrect "correct title" symbol: F-sharp, not F-hash/pound
Line 1:
{{wrongtitle|title=F♯ programming language}} ''(This may not be visible in all browsers)''
 
'''F#''' (pronounced F sharp) is a mixed [[functional programming|functional]] and [[Imperative programming|imperative]] [[programming language]] for the [[Microsoft .NET]] platform. F# was developed by [http://blogs.msdn.com/dsyme/default.aspx Don Syme] at [[Microsoft]] Research]], and has a core language that is similar to that of the [[Ocaml]] language (itself a member of the [[ML programming language]] family).
 
A strength of F# is its setting within .NET. A key design aim is seamless .NET interop, both via direct use of .NET APIs from F# and authorship of natural .NET components in F#. Consequently, the main F# libraries are the .NET libraries (e.g. DirectX, Windows Forms, ASP.NET as well as alternatives like GTK#). A Visual Studio plugin provides a cutting edge development environment for an ML language. For starters, the background type-checking with feedback under the mouse are invaluable especially for those learning a language with type inference.