Some people think our posts about C and Assembly are some kind of political point. We just like the language.
And we genuinely want more people writing C and hand-written assembly.
Many institutions like @librarycongress@BFI are specifically preserving FFmpeg's source code so that multimedia can be viewed by generations to come.
So in theory C will be relevant for millennia.
I was talking to my CS prof the other day about this and he said something like he would like to teach C but they teach Python because students could make projects quicker with it which gets them more interested
I agree completely and have produced a free online C course based on the 1978 edition of the K&R C book focused on history and understanding of computer architecture cc4e.com
C is the root of all modern computing, but I also think that basic C++ lets a programmer create almost anything that needs to be created by software. With C++ and OOP a nontrivial project involves creating a custom language where the project’s objective just appears as if my magic.
Yep. Started my career 35 years ago programming in C, am still doing it today (also C++), and I do believe that 20 years from now, C compilers will still be used. Probably the gcc!