Hacker News new | ask | show | jobs
by Kwpolska 1192 days ago
As far as I know, web browsers use JavaScript as a scripting language and do the heavy lifting in C++.

Your average Unity game developer does not do anything in C++. The engine itself is implemented in C++, but the game logic written by game developers is in C#.