Slashdot Mirror


User: razzam21

razzam21's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:BASIC on Why Teach Programming With BASIC? · · Score: 1

    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.