>Linux is C
>Git is C
>Python interpreter (CPython) is C
>Ruby interpreter (MRI) is C
>PostgreSQL is C
>SQLite is C
>Redis is C
>MySQL is C++
>MongoDB is C++
>Unreal Engine is C++
>Chrome is C++
>Firefox is C++
>Windows kernel is C
>macOS kernel (XNU) is C
>Photoshop is C++
>VMware is C++
>TensorFlow (Core) is C++
-still, you are not convinced to learn C and C++
Hopefully one day we get a language that has the performance of C/C++ but the easiness of Python (I'm disregarding Cython)
Yeah, I hear you. I guess it鈥檚 because it鈥檚 an interpreted language that doesn鈥檛 have a JIT compiler. Languages like Java and C# will be faster in this regard because they get translated to a more deficient form for execution.
Currently working on an AOT language on my own. :)
There are languages like Mojo & Nim that look promising to what you're talking about BUT I would suggest anyone launching a new language needs to have a huge library of examples so that coding LLMs (GPT, Claude Anthropic etc.) can build momentum from Day 1 from a huge user base
Dec 23, 2024 路 9:35 PM UTC


