, F #, , .NET. , , F #, .
My port will generate C # code, so you will need to create it as a separate project for your serialization model, but this should interact with F # without any problems. The generated types are immutable (with mutable collectors), so they should help in the context of F #.
Of course, you can always take the main parts of any project and come up with an F # idiomatic solution - whether you transfer the entire project to F # or use existing libraries using the F # code generator and auxiliary functions or something else like this.
source
share