Hacker News new | ask | show | jobs
by needusername 4088 days ago
> Unity is moving away from Mono anyhow,

I don't know man. Mono moved away from Boehm GC to a real gc (SGen) because it never really worked for them bespite feeding it a lot of metadata. Others before them have found out that tanspiling to C/C++ isn't really that great (some of the more recent ones where HipHop PHP).