[quote:3311f7fef0]I am beginning to think C is used mostly because its ability to program complex equasions and mathematics with lesser syntax. BASIC cant, unless you have built-in functions. as far as I am aware of. [/quote:3311f7fef0]
You can write programmes in any language for any processor you want - as long as you have a compiler that works for that language and that processor to conver to assembler/machine code.
Your equations can be as complex as you want as well - altough you may have to write some functions yourself if not supported by the language/compiler you are using.
Bascom is good because it's syntax is easy (although sometimes limited - one instruction per line) but you can always write your own functions or drop into assembler when you need.
Basic still seems to get a bad rap from a lot of people because they still think of it as a slow interpreted language while Bascom should be just as fast as any other compiled language - provided the compiler is efficient!
↧