Pronounced as “eff sharp,” F# is an open source, cross-platform. Functional-first programming language first developed by Don Syme at Microsoft brings functional programming to Microsoft’s .NET platform. Below is a basic example of printing “HelloWorld!” to the screen.
// Print hello world printfn “Hello World!”
Programming language, Programming terms
Related information
- Programming language history.
- The official F# website.