Google has invented a new programming language designed to reduce the complexity of coding without compromising the performance of applications.

Called Go, the language has been tested internally at Google but is still at an experimental stage, so the company is releasing it Tuesday as open-source code in the hope that it will get help with its future development.

"We developed Go because we had become a bit frustrated with how difficult software development has become in the last 10 years or so," said Rob Pike, principal software engineer at Google.

Go aims to improve on the way existing programming languages manage dependencies, which are the software components that applications re-use, such as libraries, Pike said. The language also is designed to handle multiprocessor work particularly well, thanks to its concurrent programming model.

More: http://pcworld.com/article/181886/