Replies: 3 comments 4 replies
-
Does NativeAOT meet your requirement? There are even someone using it to write UEFI firmware (of course not using the BCL). |
Beta Was this translation helpful? Give feedback.
2 replies
-
I don't believe the language specification takes an opinion on subjects like this. That'd be up to the implementation of the compiler. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Kotlin has a native compiler, Go/Rust/Swift are native compilers too, maybe C# too. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Native compiler support
Summary
Make a C# compiler like C/C++ without Managed runtime support
Motivation
I do like C# language, but it has a huge managed runtime, I do hope C# language has native compiler support.
Now I'm using C# native version: Vala
Beta Was this translation helpful? Give feedback.
All reactions