+ 1
which is your favourite programming language ? and why it is ?
share with us what you like in your favourite language and what you don't, who you think can use it ,beginner, immediate or advanced
1 Respuesta
+ 1
I prefer C. It's lightweight, runs very quickly, allows for low-level memory manipulation, and doesn't use OOP (I'm not a fan of OOP in general), but it doesn't hold your hand. 50% of the time I program in C, I'm debugging.
In terms of difficulty, I'd say it's fairly advanced.