|
To run a Sheerpower program from outside
of the development environment, double-click on the name of the file or include its name in a
batch or command file. You can also run a Sheerpower program from the command line by typing
sp4gl xxx where xxx is the name of the Sheerpower program.
Sheerpower programs can also be run from Visual Studio Code using the Sheerpower extension for VSC.
Sheerpower has no main() routine. Instead, programs start execution at the first source
line.
Long Term Upward Compatibility
Sheerpower runs under all versions of Windows Desktop and Windows Server that
have been released over the last 10 years. Great care is taken to keep
Sheerpower upward compatible with older versions of itself. Sheerpower code
written 10 years ago will continue to run into the future. This greatly
reduces code maintenance costs and allows developers to focus on developing
new code instead of refactoring old code.
Because of Sheerpower's high-speed compiler, it is efficient to write and
test code in small increments. While in the Sheerpower Development
Environment, errors are reported instantly and are highlighted, explained,
and clickable for rapid correction and recompiling.
Sheerpower optimizes your time as a developer. You write less code. Your
time spent compiling code and experiencing coding changes is amazingly short
- typically less than one second. Your debugging time is greatly reduced.
Sheerpower adds enjoyment to your programming life!
Sheerpower's language syntax is similar to that of PHP or Python. This makes
it easier to learn for both experts and beginners. Debugging is also quick
and easy due to its virtually instantaneous compiles, error reporting, and code profiling.
Feel free to edit the code below and then click on to run your code.
Hide Description
|
|
Results are shown here. Enter or modify the code below, and then click on RUN |
Looking for the full power of Sheerpower?
Check out the Sheerpower website. Free to download. Free to use. |