Csharp

Programming Language

Created: by Pradeep Gowda Updated: Jan 04, 2023 Tagged: programming-language · dotnet

bflat - C# as you know it but with Go-inspired tooling (small, selfcontained, and native executables) * Comes with two standard libraries: one (DotNet) that is compatible with .NET and supports everything from console to JSON, and another (Zero) that is stripped to bare minimum and doesn’t even have a GC. * Run C# with no operating system, on bare metal * Build native code or .NET bytecode * Based on parts of the .NET 7 SDK * Invoke bflat directly from terminal, integrate with a shell script, Makefile, or even MSBuild.