1
vote
What are five things you hate about your favorite language?
I feel that a favorite language is impossible to choose. Dynamic typing and static typing can't quite be compared, so I'll just list which of which I use
C++:
Template metapro …
3
votes
Which programming languages have helped you to understand programming better?
The thing I love most when learning a language is when it teaches me a new way to think about programming
I barely used Lisp and yet it introduced to me to so much. Before Lisp, I only thou …
2
votes
Arrays, What’s the point?
Arrays are a simple concept. Why would I not want a simple datatype that I can visualize perfectly and use as a simple foundation for other datatypes? Simplicity is self explanatory
…
1
vote
What’s your most controversial programming opinion?
I don't believe that any question related to optimization should be flooded with a chant of the misquoted "Premature optimization is the root of all evil"s because code that is optimized into obfus …
