T
tm
In message <[email protected]
What about VMS, MuCos, SAFERTOS, EmbOS, Sciopta, Integrity, ThreadX,
OSE, VXWorks, QNX, CMX, eCOS, OSEK, LynxOS, Nutrino, Nucleus, PikeOS
pSOS,Velocity and many others....
How many programs are ported to all this operating systems?
Which programs are ported to this operating systems and do graphics,
use Unicode filenames, read directories, wait for milliseconds,
position the curser in a console window and read single characters
from a console window without echo?
This are things that go byond what standard C provides.
So you need operating system specific functions to do this things.
Seed7 provides driver libraries for all this things. A Seed7
program can do this things and the programmer does not need to
think about the OS used. Seed7 is not a language where you are
forced to use operating system functions for such simple tasks.
Seed7 tries to provide an OS independend platform.
You can help to port Seed7 to one of this operating systems by
writing the driver libraries.
Greetings Thomas Mertes
--
Seed7 Homepage: http://seed7.sourceforge.net
Seed7 - The extensible programming language: User defined statements
and operators, abstract data types, templates without special
syntax, OO with interfaces and multiple dispatch, statically typed,
interpreted or compiled, portable, runs under linux/unix/windows.