When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
32 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
@silver folio
Please don't delete forum posts. They can be helpful to refer to later and other members can learn from them. In the future you can use !solved to close a post and mark a post as solved.
bruh
depends on what you want to do
im intending to get into systems programming
for fun?
actually no C should be preferred anyways imo
rust is too much
||writing code in it feels like touching yourself without lotion||
rust should be a next step once you have the knowledge in systems programming
hmm, i see. so focus more on c?
since 95% of the resources you find about systems programming will be with C or C++
but isnt rust a systems language
yeah thats a problem
but it's new
C and C++ are more established
once you get the knowledge learning rust is only a matter of transferring that knowledge
yeah I think systems programming is one of the few places where C makes sense as a first language
dangerous code is everywhere (because you're low level) and C doesn't try to stop that
right
@silver folio Has your question been resolved? If so, run !solved :)
!solved
Thank you and let us know if you have any more questions!
This thread is now set to auto-hide after an hour of inactivity
A thing with rust is that it's a relatively much more complicated language. C is a layer of abstraction just above the assembly, so it's simpler overall. Rust has quite a high entry level, with a steep learning curve
That being said, Rust is much better programming language than C for most new projects, unless you target some niche microcontroller architectures