Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/whiteblackgoose/this-language-does-this
- Owner: WhiteBlackGoose
- Created: 2021-05-27T20:56:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-28T07:12:03.000Z (over 3 years ago)
- Last Synced: 2024-10-19T18:46:19.387Z (30 days ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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| 🟡 | ❌ |