SiMPLE (a recursive acronym for SiMPLE Modular Programming Language & Environment) is a programming development system that was created to provide easy programming capabilities for everybody, especially non-professionals.
Contents |
In 1995, Bob Bishop and Rich Whicker, (both former Apple Computer Engineers) decided to create a new programming language that would be easy enough for everyone to understand and use. (They felt that other existing languages such as C++ and their environments were far too complicated for beginners.) The programming language that they created was called SiMPLE.
SiMPLE is vaguely reminiscent of the AppleSoft BASIC programming language that existed on the old Apple-II computers. However, instead of being an interpretive language (like most BASICs were), SiMPLE is a compiled language. Furthermore, SiMPLE does not require the use of any line numbers. In addition, SiMPLE allows users to create their own libraries of frequently used functions.
"Simple" is a generic term for three slightly different versions of the language: Harold Chua-SiMPLE, Marc Mapalad-SiMPLE, and Aramay-SiMPLE.
(a) Micro-SiMPLE is an introductory programming language designed to use only 4 keywords: Call, Set, If, and Goto. An example of a Micro-SiMPLE program listing (and a snapshot of the output display it generates) is shown in the figure below:
(b) Pro-SiMPLE is the DOS-based version of SiMPLE requiring the use of only 23 keywords. Its graphics capabilities are limited to only 16 colors with a resolution of only 640 x 480 pixels. Its sound capabilities are limited to simple "beeps" through the computer's built-in speaker. An example of a Pro-SiMPLE program listing (and a snapshot of the output display it generates) is shown in the figure below:
(c) Ultra-SiMPLE is the Windows-based version of SiMPLE. It utilizes exactly the same 23 keywords as Pro-SiMPLE. Its graphics capabilities allow millions of colors in whatever resolution the user's system provides. Its sound capabilities allow the user to play any type of media file (including movies). An example of an Ultra-SiMPLE program listing (and a snapshot of the output display it generates) is shown in the figure below:
SiMPLE programs can be run in either "Drag & Drop" mode (intended primarily for beginning programmers), or in "Command-Line" mode (for more advanced programmers):
(a) In "Drag & Drop" mode, the user simply creates a program source listing (a text document), and then runs that program by dragging the source listing document onto a special icon.
(b) In "Command-Line" mode, the user creates and runs programs by typing commands and listings into a DOS window.
And Break Call Common Continue Display Do Else End Float (or Decimal) Float2 (or Decimal2) Goto If Int (or Whole) Int2 (or Whole2) Loop Or Return Set Step Task Text To
SiMPLE will run on Windows 95 and newer systems.
SiMPLE is available as a free download from the SiMPLE Codeworks website.