Y
Hacker News
new
|
ask
|
show
|
jobs
by
jmisavage
963 days ago
I'm confused doesn't C# fill this role?
2 comments
sk0g
963 days ago
C# does not transpile to C++, so no. You are still left with the .net runtime, garbage collection, etc.
link
pjmlp
963 days ago
IL2CPP.
Compilation via another language is an implementation detail.
link
Kranar
963 days ago
No, C++ developers generally use it to avoid garbage collection.
link