Global web icon
microsoft.com
https://learn.microsoft.com/en-us/dotnet/fsharp/wh…
What is F# - .NET | Microsoft Learn
Learn about what the F# programming language is and what F# programming is like. Learn about rich types, functions, and how they fit together.
Global web icon
wikipedia.org
https://en.wikipedia.org/wiki/F_Sharp_(programming…
F Sharp (programming language) - Wikipedia
F# (pronounced F sharp) is a general-purpose, high-level, strongly typed, multi-paradigm programming language that encompasses functional, imperative, and object-oriented programming methods.
Global web icon
fsharp.org
https://fsharp.org/
fsharp.org
F# gives you simplicity like Python with correctness, robustness and performance beyond C# or Java. F# is open source, cross-platform and free to use with professional tooling. F# is a JavaScript and .NET language for web, cloud, data-science, apps and more. let hello name = printfn $"Hello, {name}!"
Global web icon
microsoft.com
https://dotnet.microsoft.com/en-us/languages/fshar…
F# - a succinct, robust, and performant programming language | .NET
F# is an open-source, cross-platform, functional programming language for the .NET developer platform. Develop with free tools for Linux, macOS, and Windows.
Global web icon
fsharp.org
https://fsharp.org/learn/
Learning F# | fsharp.org
Join Luis to get started with F# through a sequence of short, 10-minute videos. This series explains how F# is an open-source, cross-platform programming language that makes it easy to write succinct, performant, robust, and practical code and gives you what you need to get started.
Global web icon
microsoft.com
https://learn.microsoft.com/en-us/dotnet/fsharp/
F# docs - get started, tutorials, reference. | Microsoft Learn
F# documentation Learn how to write any application using the F# programming language on .NET.
Global web icon
github.com
https://github.com/dotnet/fsharp
The F# compiler, F# core library, F# language service, and F# tooling ...
The F# Language Specification is an in-depth description of the F# language. This is essential for understanding some behaviors of the F# compiler and some of the rules within the compiler codebase.
Global web icon
fsharp.org
https://fsharp.org/docs/
Documentation | fsharp.org
It describes guidelines for designing libraries for use from other languages, guidelines for F#-to-F# libraries and suggestions on coding conventions.
Global web icon
microsoft.com
https://learn.microsoft.com/en-us/dotnet/fsharp/la…
Symbol and Operator Reference - F# | Microsoft Learn
Learn about the symbols and operators that are used in the F# programming language.
Global web icon
fsharp.org
https://try.fsharp.org/
Try F#
Found a bug? /// You use 'let' to define a function. This one accepts an integer argument and returns an integer. /// Parentheses are optional for function arguments, except for when you use an explicit type annotation. /// Apply the function, naming the function return result using 'let'.