??? 02/07/07 23:37 Read: times |
#132278 - Portability Responding to: ???'s previous message |
Another issue with BASIC is it's dialcts...
Variety of BASIC interpretes (and compilers) makes life very complex for eventual porting. Having seen enough of BASIC (GWBASIC, BASCIA, Omicron BASIC, G-BASIC, Visual BASIC, Visual Basic for Applications, Sinclari BASIC, Simons BASIC, long lists continues...) I've always had an issue with 'another implementation'. On the other hand C is C (although there exists a competition for most unreadable C code, and my all-time-favourite is: #define o #define o { OoO ... after a few lines code goes something like this... ... OOoOO_O O_O o_O ...My suggestion is - C, basic is for people that don't have a time really to learn to program. BTW, whatever you decide to use, please apply some usual programming technique for readable code and LOTS of comments so you could understand your own code after a few months. Especially if you use C! Best luck, CN (Delphi programmer) |