Scripts?
Posted: Wed Dec 30, 2015 10:39 pm
Why do we call the source files for POL (SRC) "scripts"?
Java is a virtual machine. The files written in Java source code are called "programs"
I'm old enough to remember when Pascal was implemented by the University California San Diego running in a virtual machine. The Pascal source files were called "programs". Later "Borland software" created Turbo Pascal which was able to compile Pascal source code to native x86 programs but originally the source was compiled to pseudo-code.
POL is a virtual machine and eScript compiles to pseudo-code that the Core executes just as Java and the early version of Pascal.
So I propose that we drop the "script" moniker and start using "program" to describe an eScript source file.
Java is a virtual machine. The files written in Java source code are called "programs"
I'm old enough to remember when Pascal was implemented by the University California San Diego running in a virtual machine. The Pascal source files were called "programs". Later "Borland software" created Turbo Pascal which was able to compile Pascal source code to native x86 programs but originally the source was compiled to pseudo-code.
POL is a virtual machine and eScript compiles to pseudo-code that the Core executes just as Java and the early version of Pascal.
So I propose that we drop the "script" moniker and start using "program" to describe an eScript source file.