|
|
|
|
|
by astrodust
3510 days ago
|
|
To be specific, I'm talking about today and how BASIC is an anachronism, not unlike making your own natural pigments just to learn how to paint. BASIC was nothing but bullshit, it taught me nothing other than computers are obnoxious and difficult to use. I spent several years "learning" how to program in BASIC, later QuickBASIC, and the stuff I cranked out was atrociously bad. The only excuse I have is that I was coding like they did in the magazines I bought, their code was a disaster as well, and I had no way of knowing there was a better way. It was only when I switched to Pascal (via TurboPascal) that I realized how to program. At that point things started to make sense, and no longer was I feeling like a third class citizen: Programs in TurboPascal would run very quickly compared to BASIC. They were compiled. While the performance wasn't on par with C, it wasn't nearly as hard to get right as C was. I wouldn't recommend Pascal today, but there's other languages that are as good or better. Today there's absolutely no reason to teach BASIC as an introduction to programming. You're only going to hurt people. |
|