Thread overview
Another go at the Next Big Language
Sep 03, 2012
Michal Minich
Sep 03, 2012
David Nadlinger
Sep 03, 2012
bearophile
September 03, 2012
http://dave.cheney.net/2012/09/03/another-go-at-the-next-big-language

Hacker news discussion
http://news.ycombinator.com/item?id=4468731

Reddit
http://www.reddit.com/r/golang/comments/z9ltl/another_go_at_the_next_big_language/
September 03, 2012
On Monday, 3 September 2012 at 08:51:34 UTC, Michal Minich wrote:
> http://dave.cheney.net/2012/09/03/another-go-at-the-next-big-language

dm.D.announce? The article hardly is relevant news to D users –
unfortunately, the author just mentions that he has had a look at
D a few years ago.

Not to say that bringing the community's attention to D-related
articles would be a bad thing, of course…

David
September 03, 2012
Michal Minich:

> http://dave.cheney.net/2012/09/03/another-go-at-the-next-big-language
>
> Hacker news discussion
> http://news.ycombinator.com/item?id=4468731
>
> Reddit
> http://www.reddit.com/r/golang/comments/z9ltl/another_go_at_the_next_big_language/

An interesting quotation from the various threads:

>The nbl doesn't exist yet. It has to make the mediocre corporate developer much more productive as java did over c++. Nothing can do that as of now. There are several technically superior languages compared to java but that isn't what is needed to be the nbl.<


Another quotation:

>The next big language [...] it'll be something that builds profiling and unit testing and better source control support right into the language, compiler, and tools.<

That's interesting, but how do you add some source control support in a language? I remember only things like #region #endregion of C# that are for the IDE:
http://msdn.microsoft.com/it-it/library/9a1ybwek%28v=vs.80%29.aspx

Bye,
bearophile