I started off programming in Basic on the ZX-81, then BASICA, gwbasic, and QBasic. I moved on to C (Ah, Turbo C 3.1, I hardly knew ye...)
When I got started in microcontrollers I regressed with the Basic Stamp from Parallax. However, Basic is/was awesome because it was so easy to understand and so hard to make a mistake. I moved on to assembly and C eventually because I needed the additional power (speed, capacity, resources, etc), but I know that if the bar was much higher many people would never get into programming microcontrollers.
I keep getting an itch to make my own on-chip Basic interpretor, but I wonder if there's need for basic now that lua and python are easily embeddable, and just as approachable as basic.
- What, if any, are the advantages Basic has over other languages?
- Why is it still around?
- If I decide to make a general purpose microcontroller board with an interpretor, is there any reason to make a basic version?
Plenty of other languages are considered dead, but basic just keeps hanging on.
-Adam
