What I Hate About Your Programming Language
chromatic writes "Perl programmers like punctuation. Python programmers like indentation. Every programming language has its own syntax, stemming from its philosophy. What I Hate About Your Programming Language examines the issues that shape languages as they grow. It's not advocacy, I promise."
I said learn with asp fucknut. I learned with C. Fucking coward.
"I can not bring myself to believe that if knowledge presents danger, the solution is ignorance" - Isaac Asimov
Thank God; I was beginning to worry.
There are reasons why democracy does not work nearly as well as capitalism.
-- David D. Friedman
main() {
int a[10];
int b=3;
a[b] = 10;
printf("%d \n", b[a]);
}
What happens?(Doesn't compile? Doesn't run? etc)
try to answer it before you tryr to compile.
I am not a great C programmer but I was quite surprised.