C Blunt is a project that branched off of csnative in response to the many problems faced in translating C# to C++ code. C Blunt aims to be a stripped-down (or entirely different, depending on how you see it) but feature-rich version of C#, losing capabilities like reflection and the standard library for native code translation. C Blunt tries to keep most of the standard library, but certain barriers (such as name clashing between IEnumerable
and IEnumerable<T>
) force it to change some semantics; for example, as a result of the non-generic IEnumerable
interface not being available, System.Array
is a generic type.
-
Notifications
You must be signed in to change notification settings - Fork 0
A product of User0332/csnative that attempts to provide a more minimal and slightly different version of C# translating to native code
License
User0332/C-Blunt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A product of User0332/csnative that attempts to provide a more minimal and slightly different version of C# translating to native code
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published