Hacker News new | ask | show | jobs
by jmisavage 963 days ago
I'm confused doesn't C# fill this role?
2 comments

C# does not transpile to C++, so no. You are still left with the .net runtime, garbage collection, etc.
IL2CPP.

Compilation via another language is an implementation detail.

No, C++ developers generally use it to avoid garbage collection.