Why I Use C | Prime Reacts
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Related videos
Why Use Windows??
ThePrimeTime
212.3k views
"Use AI Now!" Prime Reacts
ThePrimeTime
199.1k views
Prime Reacts - Why I Stopped Using AI Code Editors
ThePrimeTime
642.1k views
Why CS Is Dead | Prime Reacts
ThePrimeTime
250.8k views
Why I Quit Copilot | Prime Reacts
ThePrimeTime
337.5k views
AI Interview | Prime Reacts
ThePrimeTime
82.9k views
I Hate Rust | Prime Reacts
ThePrimeTime
211.9k views
Remote Work Won | Prime Reacts
ThePrimeTime
107.7k views
Why I Fire Programmers | Prime Reacts
ThePrimeTime
243.9k views
Too Rich To Work | Prime Reacts
ThePrimeTime
84.0k views
Top Comments (10)
Turned 3 mins video into 13 mins, is this guy the best react streamer or what
Prime might be a web dev, but we all know hes moving towards C/C++
Wait, did Prime just subtly endorse the practice of quiche eating? Revoke this man's x86 Assembly license immediately!
C is still the closest thing to cross-platform assembly. I also love the simplicity of the language, and it shows with how small and fast its compilers are. I only wish it had better tooling, as something like cargo really speeds up development.
My reason for C is much simpler. I need to justify my alcoholism.
„Giving yourself more control, but it comes at a cost of time“ Uses NeoVim and writes own Plugins
4:13 this. C _feels_ like it’s a direct translation of the assembly into a little bit more friendly and universal language. But in reality we got caching, pipelineing, branching probability dependent pipeline prefetching, hyper threading etc etc on top of that we have compiler optimizations In reality much much more is happening under the hood, that is abstracted away into a black box so the cpu acts like we think it should.
After 40 years in IT as a reseller and now retired, I wanted to warm up my old hobby - programming. After two years of C++, I realized, that I'm not compatible with C++ and ended with C and it's great. When memory management and logic goes hand in hand, I just love it.
5:00 "the same reason I don't use arch" mmm this has aged well
"A Book on C: programming in C" by Al Kelley & Ira Pohl and "The C Programming Language" by by Brian Kernighan & Dennis Ritchie are great starting points. I still have both from way back when. C is simple, but profound. Mastering computing concepts in the context of C forms a strong foundation. Remembering that C considers Zero to be in the set of Natural Numbers, *and* not blowing past the end of arrays are the hardest parts of C!
Unlock the Data Inside
Turn Videos into Knowledge
- Get FREE 10/day: transcripts, summaries, chats
- Chat with videos, export text & PDF
- $1 free API credit for RAG, chatbots & research
Free forever plan • All features unlocked
Top Comments (10)
Turned 3 mins video into 13 mins, is this guy the best react streamer or what
Prime might be a web dev, but we all know hes moving towards C/C++
Wait, did Prime just subtly endorse the practice of quiche eating? Revoke this man's x86 Assembly license immediately!
C is still the closest thing to cross-platform assembly. I also love the simplicity of the language, and it shows with how small and fast its compilers are. I only wish it had better tooling, as something like cargo really speeds up development.
My reason for C is much simpler. I need to justify my alcoholism.
„Giving yourself more control, but it comes at a cost of time“ Uses NeoVim and writes own Plugins
4:13 this. C _feels_ like it’s a direct translation of the assembly into a little bit more friendly and universal language. But in reality we got caching, pipelineing, branching probability dependent pipeline prefetching, hyper threading etc etc on top of that we have compiler optimizations In reality much much more is happening under the hood, that is abstracted away into a black box so the cpu acts like we think it should.
After 40 years in IT as a reseller and now retired, I wanted to warm up my old hobby - programming. After two years of C++, I realized, that I'm not compatible with C++ and ended with C and it's great. When memory management and logic goes hand in hand, I just love it.
5:00 "the same reason I don't use arch" mmm this has aged well
"A Book on C: programming in C" by Al Kelley & Ira Pohl and "The C Programming Language" by by Brian Kernighan & Dennis Ritchie are great starting points. I still have both from way back when. C is simple, but profound. Mastering computing concepts in the context of C forms a strong foundation. Remembering that C considers Zero to be in the set of Natural Numbers, *and* not blowing past the end of arrays are the hardest parts of C!