I've got an old book about learning to program in BASIC. It's very well written, entertaining, and does a great job of teaching the first steps in computer programming. It's also my first book about programming, which started it all for me. :)
Now there's another person who would like to learn programming, and (since I can't be there to teach him myself) I cannot think of a better book to recommend him. Sure, the language is outdated, but the basics of programming haven't changed, and the book is just so well written that I haven't yet seen an equivalent (not that I've looked, admittedly).
There's just one catch - since the book is old, it's written about some dialect of BASIC that used to be popular on mainframes some 25 years ago (or so I gather). It's a thing with obligatory line numbering, no proper text editor (all editing happens on command line via line numbers), etc. That was already severely outdated when I first held the book.
Fortunately for me (and others) I found out that the syntax was almost entirely compatible with Microsoft QBasic. The only difference I remember is that in the book string variables had to be suffixed with ¤
while QBasic required $
. Somehow they had both ended on the same key on that old keyboard, so I discovered this myself.
Now, I could recommend getting QBasic or QuickBasic, but I wonder if there isn't something better and more contemporary. Textmode screen, limited slow graphics and 64K of available RAM is sort of educational, but...
Any suggestions?