General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Toby
Developer Voices
comments
Comments by "Toby" (@toby9999) on "Is Odin "Programming done right"? (with Bill Hall)" video.
C doesn't need a successor. I think C fills a niche that no other language has really mastered.
2
LLVM is just the backend that takes an IL from a language specific compiler front end. I don't know about Odin specifics, but there must be an Odin to LLVM compilation stage, in the same way as Clang/LLVM works for C++. Rust takes a similar approach, I believe.
2
I still use it. I've been coding in C and C++ for 30 years Never had a problem with it. The real problem is with how it's used.
2
C is a great language to learn, if only to get a better understanding of what goes on under the hood.
1
@DeveloperVoices I have that book. The Pascal version. Bought a hard cover copy 30 years ago. The book just appealed to me for some reason. It was also the textbook for an introduction to a computer programming course at my university.
1