jindraivanek/cs2fs
C#->F# transpiler.
This tool helps C# developers transition their existing C# codebases into F#. You provide your C# source code files, and it generates corresponding F# code, making it easier to migrate or integrate parts of your projects. It's designed for developers looking to leverage F# within their .NET ecosystem.
No commits in the last 6 months.
Use this if you are a .NET developer with C# code you want to convert to F# to benefit from F#'s functional programming paradigm.
Not ideal if your C# code heavily relies on 'protected' members, early returns, breaks, or non-explicit interface implementations, as these are not currently supported.
Stars
63
Forks
15
Language
F#
License
MIT
Category
Last pushed
Jan 10, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/jindraivanek/cs2fs"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
sjh37/EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully...
mganss/XmlSchemaClassGenerator
Generate C# classes from XML Schema files
dadhi/FastExpressionCompiler
Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative....
filiptrivan/spiderly
.NET (C#) boilerplate code generator that transforms an EF Core model into a fully customizable...