Tagged Questions
2
votes
1answer
461 views
Were method cascades ever considered for C#?
Smalltalk supports a syntax feature called "message cascades". Cascades are being adopted by the Dart Programming language.
As far as I know, C# doesn't support this. Were they ever considered during ...
3
votes
1answer
973 views
Are the criticisms against Dart valid?
According to this Wikipedia article, Microsoft, Apple, Mozilla, and others criticize Dart, a programming language Google introduced to work in web browsers, because they feel "it seems harmful (cf. ...
11
votes
4answers
2k views
What's wrong with JavaScript [closed]
There is a lot of buzz around Dart recently, often questioning Google motivations and utility of Dart as replacement for JavaScript.
I was searching for rationale of creating Dart rather than ...