Hello! I'm a programmer with experience mostly in Java/Python/Scala/JS, and want to pick up on C language (not C++). It's mostly by curiosity, not for professional use, not for now at least.<p>I'm pretty sure that C might have changed in the last decade or two, if not the language but the ecosystem at least. However googling "C tutorial" only bubbles up plenty of very basic guides and very few information about how people do C in 2020. Similarly, I have hard time finding any organized information about commonly-used libraries, etc.<p>What resources or online communities would you recommend in 2020 to pick on modern and professional C software development? Thank you!
I would recommend Modern C by Jens Gustedt[1]. It is organized in levels so if you're already familiar with something you can skip ahead.<p>1 - <a href="https://modernc.gforge.inria.fr/" rel="nofollow">https://modernc.gforge.inria.fr/</a>