F#
Updated: 04/26/2017 by Computer Hope
Pronounced as "eff sharp," F# is an open source, cross-platform. Functional-first programming language created 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!"