What are some good resources to learn C and contemporary best practices for people coming from JS/Python/etc.?
@dlx Similar to assembly, I think you need to kinda learn it from scratch. Python and JS will help you with knowing basic algorithmic concepts, but many conveniences from those just don't exist in C, it is way more bare bones. I imagine it would be quite frustrating.
Maybe "The C Programming Language" by K&R 🙂
But looks like there are some C for xyz things, maybe one of those are good. I personally can't really say, because I moved upwards, not downwards.
https://www.cs.rochester.edu/u/ferguson/csc/c/c-for-java-programmers.pdf