Conversation

Teaching myself a bit of C because I'm helping with our university "intro to programming so you get a job" class Looks at the tutorial description: **squints**
Image
9
4
56
Why do we teach C? Because its what we teach. Gotta learn them pointers and memory management. In case you're one of the 2% of programmers who use pointers and memory management.
6
3
21
Eh, maybe more than 2%. but .. yeah, explicit pointers. Was required to learn them in HS and college CS, proceeded to not use them at all in the next 15 years of programming. Coulda done with *any* functional programming background, through.
Image
4
17
If anyone has insights (especially from more contemporary CS experience) of: "The time I realized something I wish I'd know about memory and pointers, eg" I'd be happy to hear it! Best I can do is scaffold this info so that it ends up useful *regardless* of where they go next
29
3
11