Science Fair Project Encyclopedia
F Sharp programming language
(Redirected from F sharp programming language)
F# (pronounced F sharp) is a mixed functional and imperative programming language for the Microsoft .NET platform. F# was developed by 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). While F# doesn't do everything that OCaml does, it provides some features of its own, like making all strings Unicode. As of April 2005, F# is on version 1.0.
F# is a research project to demonstrate how .NET enables interoperability between different programming paradigms. F# showcases a set of extensions to .NET's intermediate language IL, called ILX, which demonstrate how a strict curried functional language may be compiled efficiently.
External Links
10-26-2009 08:16:03
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details


