A few files to explore the Microsoft F# syntax.
Next step is to run with Microsof Visual Studio.
The code can be tested in browser using https://fable.io/repl/
Install instructions https://learn.microsoft.com/en-us/dotnet/core/install/linux-fedora?tabs=dotnet9
To develop dotnet applications, you need: sudo dnf install dotnet-sdk-9.0
To run dotnet applications, you need: sudo dnf install aspnetcore-runtime-9.0
Download runtime only. sudo dnf install dotnet-runtime-9.0