Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/whiteblackgoose/this-language-does-this

A comparative table for different languages
https://github.com/whiteblackgoose/this-language-does-this

Last synced: 18 days ago
JSON representation

A comparative table for different languages

Awesome Lists containing this project

README

        

# this-language-does-this
A comparative table for different programming languages. [Your programming language does not matter](https://itnext.io/your-programming-language-does-not-matter-63a7ca4a6094) and it is valuable to learn more programming languages and choose from them. Technically each programming language can do the same things because of [Turing completeness](https://en.wikipedia.org/wiki/Turing_completeness), but each programming language still has its strengths and weakness defined by how easy and risk-free it is to do something.

❌ - this language is weak in this area

🟡 - this language is acceptable in this area

✅ - this language is strong in this area

| Area | .NET | C++ |
|---------|------|-----|
| Drivers | ❌ | ✅ |
| Web | ✅ | ❌ |
| Graphics| 🟡 | ✅ |
| Games | ✅ [→](https://unity.com) | ✅ |
| GUI | ✅ | 🟡 |
| Research| 🟡 | ❌ |