#uhh sorry for the question, should i focus more on rust or c

32 messages · Page 1 of 1 (latest)

paper rampartBOT
#

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.

paper rampartBOT
#

@silver folio

Please Do Not Delete Posts!

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.

silver folio
placid rapids
#

depends on what you want to do

silver folio
placid rapids
#

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

silver folio
#

hmm, i see. so focus more on c?

placid rapids
#

since 95% of the resources you find about systems programming will be with C or C++

silver folio
#

but isnt rust a systems language

placid rapids
#

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

silver folio
#

hmm, you're right

#

after all, i shouldnt be too much worried about this

placid rapids
#

yeah

#

just pick and stick with it

silver folio
#

yup alright.

#

thanks man

#

i think im gonna stick with c

placid rapids
#

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

silver folio
#

right

paper rampartBOT
#

@silver folio Has your question been resolved? If so, run !solved :)

paper rampartBOT
#

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

pearl pivot
#

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