<<That's a great idea, but I'm concerned about the overhead
involved with calling an external all the time,>>
The calling of an external would be next in the message passing path
after the scripts have been checked.
There shouldn't be much overhead. I wouldn't imagine.
<< perhaps we should have a special thing like "OCMD" that will be
loaded
upon opening the stack (only loaded into memory, not ran as to prevent
autostart viruses).>>
What is "OCMD"?
<< Important commands will be non-pergeable, and more essential commands
like
PUT and REPEAT will have to be built in. >>
"if", "else", "end if", "repeat", "end repeat", "put" and "set" are part
of flow control
and therefore part of the script parser engine.
They are not commands or functions so would be built in anyway.