Sunday, March 29, 2015

F#

F#

Pronounced as "eff sharp," F# is a open source, cross-platform, functional-first programming language first developed by Don Syme at Microsoft that brings functional programming to .NET. Below is a basic example of printing "HelloWorld!" to the screen.
// Print hello world
printfn "Hello World!"

Related pages

No comments:

Post a Comment