257m@lemmy.ml to Programming@programming.dev · 1 year agoWhat are your programming hot takes?message-squaremessage-square901fedilinkarrow-up1350arrow-down114
arrow-up1336arrow-down1message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming@programming.dev · 1 year agomessage-square901fedilink
minus-square🇰 🌀 🇱 🇦 🇳 🇦 🇰 ℹ️@yiffit.netlinkfedilinkEnglisharrow-up6·edit-21 year 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-square257m@lemmy.mlOPlinkfedilinkarrow-up2·edit-21 year 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-squarexigoi@lemmy.sdf.orglinkfedilinkarrow-up1·1 year 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.