|
|
|
|
|
by enricosada
1703 days ago
|
|
As a note, the codebase is also huge because contains lot of code: - FSharp.Core library, who contains most of the types and functions you want to use - the fsc F# compiler - the FSharp.Compiler.Service, who is the compiler as a library used by all editors/ide, written to be performant and support the logic of IDE functionalities (find references, etc) - The Microsoft Visual F# code, who is the F# extension for Visual Studio So is complicated repo, but for a reason.
But nice to work with given the features there |
|