Saturday, March 25, 2023

📚 "What is Computer Programming?" starts with "What is a Computer?"

Many old BASIC programming books define "Computer" very early as part of describing programming and the BASIC programming language.

I think it is worth thinking of programming and programming languages in a broader context.

What do you think?

Take a look at the beginning of the topic What is Computer Programming? and expand the first cut of the section "What is a computer?"

No comments:

Post a Comment

📚 About Variable Scoping in BAM

Variable Scoping describes where a variable is accessible, or available, within a program. A BASIC Anywhere Machine program may declare (exp...