??? 02/05/07 07:52 Read: times |
#132006 - What is BASIC? Responding to: ???'s previous message |
BASIC as originally conceived at Dartmouth College back in 1963 is very different from things called "BASIC" these days.
The original BASIC was a very crude thing with line numbers, only single-letter variables, no data typing, no concept of block scope, no structured control flow, etc, etc. This tends to lead to a lot of bad programming habits ("spaghetti code", in particular), and would be a very bad choice today. So that's another reason why the question, "C or Basic?" is unanswerable - you need to state what "BASIC" you're talking about! |