Is there a comparison between Scala and Google 'Go' language (feature by feature)? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this questionI wonder if someone can produc开发者_开发问答e a comparison between Scala and Google 'Go' language (feature by feature, like concurrency models, collections, etc.)?
Better compare it to C (or C++ or D).
As far as I do understand the intent of this language is to replace C/C++ not Java/Scala (VM languages). Go has no exceptions, assertions, inheritance. This is only bearable for C programmers.
I would like to see the new parts not present in other languages (or newly combined in Go). Especially how programs should be designed with the minimalistic type system.
精彩评论