Here's the core problem with next generation languages. Languages that come out of academia focus too much on syntax and computer science level functionality, and it's extremely rare for a language of that sort to make it in the real world. The languages we use today either come from big companies with the ability to promote anything long enough to get traction on any language that is at least "good" or they come fro…
What would be really cool is a language where I just write the tests and the compiler writes the actual code. That would be awesome. Something like what Critticall attempted ten years ago: http://www.critticall.com/ The idea there was that an evolutionary algorithm wrote the core code, you just had to give it an environment and some way of knowing the results were still okay.
Although, maybe a Watson-like AI fed with knowledge from stack overflow and official code examples might change that in the future ;).