F Sharp (programming language)

This is an old revision of this page, as edited by Hao2lian (talk | contribs) at 01:48, 24 March 2005 (Adding an External Link to Microsoft Research's homepage for F#). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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

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.