What programming language is primarily used in the making of big budget console games?
My answer to What programming language is primarily used in the making of big budget console games? on Quora
C++ still rules the roost here, but many games also integrate a dynamic scripting language of some kind for scripting level logic and so on. Lua is a popular option for this.