Am Montag, 29. Oktober 2018 01:18:44 UTC+1 schrieb
dxf...@gmail.com:
> DX-Forth is for desktops. For controller apps I'd suggest something
> rom-able (Camel Forth or SL5 :)
I've watched the websites of all the three projects: DXforth, Stackworks
Forth and Camel Forth. All these systems look very similar to the CP/M
operating system which was introduced in the 1970s, early 1980s. That means,
they are providing low level hardware access and it's possible to program
on top of the Operating system dedicated applications. And exactly this
seems to be a bottleneck. How long does it take to expand a CP/M like
operating system into a workstation computer which has connection to the
Internet, is able to run Windows32 programs or provides a webbrowser?
Software engineering has nothing to do with stackcomputers or IO-ports, and
the task can not be solved with DXforth. Software engineering implies man
years, lines of codes, version control systems and compiler languages. It
is not an technical issue which can be solved by the engineers, it is
a management problem. Or to make it short: It's not possible to extend
DXforth into a working operating system. Not because of technical
constraints, that something is wrong with the wires or with the inner
loop of the interpreter, but because of economical / project management
reasons. That means, if a single person sits down and is trying to write
a large scale codebase he will not be ready in 100 years.