Content deleted Content added
Added external link for Don Syme, to his weblog |
Silverhelm (talk | contribs) m Spelling ["it's"] |
||
Line 3:
'''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
OCaml and ''''F# '''' share a common language subset and it is practical to cross compile significant codes between the two. This enables CAML codes to port to the .NET world and core F# codes to run with OCAML. Core CAML compatability is taken seriously.
|