So to prove a language is bad you do something dumb.
How about:
while(1) {
echo 'hello';
}
Languages aren't dumb they are a set of rules. Both examples are dumb and should be avoid just because you can doesn't make it right or the language bad. Just the programmer.
10 print "hello" 20 goto 10
This is why we can't have nice things.
So to prove a language is bad you do something dumb. How about: while(1) { echo 'hello'; } Languages aren't dumb they are a set of rules. Both examples are dumb and should be avoid just because you can doesn't make it right or the language bad. Just the programmer.