Linked by Eugenia Loli-Queru on Tue 12th Nov 2002 20:39 UTC, submitted by bland est
Permalink for comment
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.





From what I can recall...
That's not saying it isn't capable.
Forth is big in the embedded market so if it defines it's own OS then more power to it for the embedded market. Granted it might not be such a big draw for the personal or business computers but it's there for a reason.
Also forth is a language that is independant of hardware. So all that really, theoretically, needs to be done is to recompile the forth programs for a different target and it should work. This was you don't have to recode your program if you did it in assembly for one particular target to another assembly for another target. The main reason for using an computer language really.
I've only seen some samples of forth and I must say, I'm glad 'C' is more widely chosen on the PC's.