|
|
|
|
|
by b93rn
1954 days ago
|
|
Most of the time my C# code uses most of the functional paradigms. I write pure functions when i can and use LINQ almost everywhere. Recently i created a F# API with the dotnet CLI, but the syntax is not even close. I get the concepts, but syntax is a little bit to much to just try it when i have to write a new microservice. Am i the only one? |
|
There is a whole series on C# to F#: https://fsharpforfunandprofit.com/posts/porting-to-csharp-in...