diff --git a/docs/ABOUT.md b/docs/ABOUT.md index e153eaee4..a326b8cdf 100644 --- a/docs/ABOUT.md +++ b/docs/ABOUT.md @@ -1 +1,5 @@ [F#](http://www.tryfsharp.org/Explore) is a strongly-typed, functional language that is part of Microsoft's .NET language stack. + +Although F# is great for data science problems, it can elegantly handle almost every problem you throw at it. As F# runs on the .NET runtime, you get access to the entire .NET ecosystem, including all packages on [nuget.org](https://www.nuget.org/). This integration is further simplified due to F# also allowing you to write object-oriented code. + +The home page for F# is [fsharp.org](http://fsharp.org/). A great introduction to F# can be found at the [F# for fun and profit](http://fsharpforfunandprofit.com/) website.