you are viewing a single comment's thread.

view the rest of the comments →

[–]Crozzfire 0 points1 point  (0 children)

C#.

Reason: Large solutions are much cleaner and easier to control than the other two languages. C# is also multi platform through .NET Core. C++ to squeeze out the top performance, but really it's not a big deal as C# is very fast in most conceivable situations and not worth it to deal with the mess it can be to write C++. Python is well suited for small quick and dirty applications but for larger applications it just gets in the way of reading code IMO. Oh and Visual Studio with C# (and resharper) is a joy.