* Posts by ErichK

1 publicly visible post • joined 7 May 2014

10 PRINT "Happy 50th Birthday, BASIC" : GOTO 10

ErichK

Re: There Really is no such thing as BASIC

Somebody correct me if I'm wrong, but how much better is the situation in a "more respected" language like C? The core C language is very portable, sure. It's lean and only consists of specific commands. But guess what ... when you actually want the machine to do useful things like input/output and graphics, you have to link your code to libraries, and how standardized are those libraries? Can I take a complex Microsoft C application and have it run on other architectures without modification? Does this happen to other languages too?