+ 8
What is F sharp ( F# ) ?
4 Answers
+ 5
F# is most often used as a cross-platform Common Language Infrastructure (CLI) language, but it can also generate JavaScript and graphics processing unit (GPU) code. F# is developed by the F# Software Foundation, Microsoft and open contributors.
For more info look at:
https://dotnet.microsoft.com/languages/fsharp
+ 11
You can read about F# here:
https://es.m.wikipedia.org/wiki/F_Sharp
+ 8
I believe it's a functional language developed by Microsoft.
+ 2
It's the main functional language of .Net. So, having all .Net libraries available make this powerful.