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!"
printfn "Hello World!"
No comments:
Post a Comment