University of Turku
|
||
Basic and SmallBasicBASIC is a tool for a user to write simple programs. Not only games and funny noises but also making important calculations in economics and laboratories.It is forgoten that in many cases the program is needed only once. It doesn't matter how much time the program takes to run. Most important is that the program is easy to write. In many cases it is easier to write the program in environments like MSDOS or Notepad. Graphical environment might even make the writing harder.
But, Do not lose your hope. There is still simple programming tools for the
simple calculations. One of the best is
SmallBasic
. It contains an editor and you run the code inside the SmallBasic environment.
Allthough it is simple to start with, it still contains tools for the
networking and graphics.
There is versions of SmallBasic for Windows, Linux and Palm, so when you at last get rid of MSWindows, you can still keep your code.
Portability There has been a lot of talk about portability of code. The most advertised system is JAVA. Still they don't tell you that even though the JAVA code is portable between SOME systems, there is problems. Another portable branch of languages is C, C++ and C#. You can port them, if you have the source code in your hands. The same goes with the interpreted languages, Perl, PHP, Python etc.
If your code doesn't have graphivcal parts, you should consider BASIC and even
FORTRAN.
|
||