F Sharp
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=Languages |subcat=Programming Languages }} '''F#''' is a programming language developed at Microsoft and designed for the Microsoft-centric developmen...") |
Dan Tobias (Talk | contribs) |
||
(One intermediate revision by one user not shown) | |||
Line 2: | Line 2: | ||
|formattype=Languages | |formattype=Languages | ||
|subcat=Programming Languages | |subcat=Programming Languages | ||
+ | |extensions={{ext|fs}}, {{ext|fsx}}, {{ext|fsi}} | ||
+ | |released=2005 | ||
}} | }} | ||
'''F#''' is a programming language developed at Microsoft and designed for the Microsoft-centric development environments currently centered on [[C Sharp|C#]] and .NET. It is intended to be a more modern and advanced language with multiple paradigms (functional, imperative, and object-oriented), and has an enthusiastic following but has not displaced C# in the more mainstream and less geeky parts of the software development field. | '''F#''' is a programming language developed at Microsoft and designed for the Microsoft-centric development environments currently centered on [[C Sharp|C#]] and .NET. It is intended to be a more modern and advanced language with multiple paradigms (functional, imperative, and object-oriented), and has an enthusiastic following but has not displaced C# in the more mainstream and less geeky parts of the software development field. | ||
Line 14: | Line 16: | ||
* [http://www.tryfsharp.org/ Try F# in your browser] | * [http://www.tryfsharp.org/ Try F# in your browser] | ||
* [http://ericsink.com/entries/fsharp_chasm.html Why your F# evangelism isn't working] | * [http://ericsink.com/entries/fsharp_chasm.html Why your F# evangelism isn't working] | ||
+ | * [http://stackoverflow.com/questions/23292701/what-are-the-differences-between-in-fsx-fsi-and-fs-file-in-f What are the differences between in .fsx, .fsi and .fs file in F#?] | ||
[[Category:Microsoft]] | [[Category:Microsoft]] |
Latest revision as of 13:17, 6 January 2015
F# is a programming language developed at Microsoft and designed for the Microsoft-centric development environments currently centered on C# and .NET. It is intended to be a more modern and advanced language with multiple paradigms (functional, imperative, and object-oriented), and has an enthusiastic following but has not displaced C# in the more mainstream and less geeky parts of the software development field.