Co-Host of .Net user group Central-Switzerland.
#fsharp
#dotnet
#SoftwareArchitecture
There is also an F# talk on the community day.
There is also an F# talk on the community day.
Or start with the official documentation: learn.microsoft.com/de-de/dotnet...
Or start with the official documentation: learn.microsoft.com/de-de/dotnet...
Ligatures for |> or -> are, for example, also different (still visibly 2 characters).
Ligatures for |> or -> are, for example, also different (still visibly 2 characters).
There are some concepts that are probably new:
- function currying and partial application (makes F# composable)
- computation expressions (makes F# awesome)
- active patterns (not so important)
And some getting used to the syntax. That's it.
There are some concepts that are probably new:
- function currying and partial application (makes F# composable)
- computation expressions (makes F# awesome)
- active patterns (not so important)
And some getting used to the syntax. That's it.
- and! is a custom extension of the async computation expression to allow parallel execution (and awaiting) of async calls
- and! is a custom extension of the async computation expression to allow parallel execution (and awaiting) of async calls
I don't recall, but a couple of years ago, I saw a presentation on the topic of code readability and how to support it. Symmetry played a central role in it.
I don't recall, but a couple of years ago, I saw a presentation on the topic of code readability and how to support it. Symmetry played a central role in it.
"Aligned" is easier on the eyes to parse (symmetry).
"Aligned" is easier on the eyes to parse (symmetry).