257m to [email protected] • 2 years agoWhat are your programming hot takes?message-square900fedilinkarrow-up1346
arrow-up1346message-squareWhat are your programming hot takes?257m to [email protected] • 2 years agomessage-square900fedilink
minus-square🇰 🌀 🇱 🇦 🇳 🇦 🇰 🇮 🏆linkfedilinkEnglish6•edit-22 years agoI’m not a professional programmer, I just do mods mostly; C is too common for me to hate it. It was the first language I really used, too. I mean, I learned BASIC first but I didn’t use it for anything outside of learning.
minus-square257mOPlinkfedilink2•edit-22 years agoMe too. It’s the only language that felt natural. Learning it was a breeze and I haven’t needed anything it dosen’t provide.
minus-squarexigoilinkfedilink1•2 years agoYou’ve never needed an array whose size is not known at compile time?
I actually like C.
I’m not a professional programmer, I just do mods mostly; C is too common for me to hate it. It was the first language I really used, too. I mean, I learned BASIC first but I didn’t use it for anything outside of learning.
Me too. It’s the only language that felt natural. Learning it was a breeze and I haven’t needed anything it dosen’t provide.
You’ve never needed an array whose size is not known at compile time?
Dynamic Memory Management exists.