F Sharp (programming language): Difference between revisions

Content deleted Content added
Shr2012 (talk | contribs)
Shr2012 (talk | contribs)
Functional programming: Changed the emphasis to functional-first rather than supporting o-o features of C#.
Line 343:
 
===Functional programming===
While supporting object-oriented features available in C#, F# is a [[Strong and weak typing|strongly typed]] functional-first language with a large number of capabilities that are normally found only in [[functional programming]] languages, while supporting object-oriented features available in C#. Together, these features allow F# programs to be written in a completely functional style and also allow functional and object-oriented styles to be mixed.
 
Examples of functional features are: