|
Back in "the old days" (before Windows was around), there was a little computer called the "Apple-II".
One of the nice features about the Apple-II was that it came with an easy-to-use programming language called
"Applesoft BASIC" which allowed anyone to create their own software. Unfortunately, the Apple-II and its
philosophy that "users should be allowed to create their own software" have virtually faded
A SiMPLE program is merely a text file containing a set of instructions that tell your computer what you want it to do. (This text file is usually referred to as a "source listing".)
Before we look at an example of a SiMPLE program, let's first take a look at the famous "Hello World" program that almost all beginning C++ programmers write as their very first program. (C++ is another programming language that many "professional" programmers use.)
|
Now let's see what that very same program would look like if it were written in SiMPLE:
Display "Hello World!" |
Yes, that single line would be the entire program! (Perhaps you can now begin to understand why we call our programming language "SiMPLE".)
But let's take a peek at a somewhat more interesting and less trivial example. Below, you see the source listing for a SiMPLE program that launches a rocket through a field of twinkling stars. It then explodes the rocket when it hits a UFO at the top of the screen. (Don't worry if you don't yet understand SiMPLE programming. Everything will become quite clear by the time you've finished reading The SiMPLE Tutorial.)
|
|
|
(You wouldn't even want to see what it would take to write this exact same program entirely in C++!)
SiMPLE provides you with a choice of two ways in which you can run programs. The easiest (and most fun) way is to use the "Drag & Drop" method. (Or, if you prefer a more traditional way, you can also run programs by using the old "Command-line" method.)
To run the above example program by using the "Drag & Drop" method, merely perform the following three steps (after you've installed SiMPLE):
|
Now, isn't that easy? In fact, SiMPLE's "Drag & Drop" capability makes running a program as easy as "one-two-three":
1-Copy ... 2-Paste ... 3-Drop!
SiMPLE is a complete easy-to-use software development system. When you download and install it onto your computer, you will get:
|
... not to mention, years and years of enjoyment!
The philosophy of SiMPLE is "modularity"... creating programs by breaking them down into manageable "bite-size" chunks (or "software building blocks", similar in concept to the little "snap-together" plastic blocks in a LEGO construction set).
By using such pre-written software modules
(such as "rocket", "ufo", "explode", etc.), computer programming
can become a "snap" for just about anyone! And, as your programming abilities increase,
you will discover that SiMPLE even lets you create your own new software
building blocks. For example, our SiMPAINT tool
provides you with a fun and easy way of using your mouse to create your own
new image modules that can be used with your SiMPLE programs.
(And you can even give copies of your own new modules to your friends so that they can use them
in their programs!)
Is SiMPLE only for kids? Definitely not! [We only say that it's "for kids" so
that we don't scare away the
]
SiMPLE is the computer "Volks-Language" of the twenty-first century! And it's Free!!
So, start unleashing your creativity! Create your own computer art, music programs,
data processing software, animations, sound effects,
colorful screen-savers ... even your own computer games! With SiMPLE, there's almost no
limit to what you can accomplish! And who knows ... you just might end up becoming the
next "Bill Gates"! (Knowing how to write computer programs is how
he got started!!!)
![]()
[ Contact Us | FAQ's | Home Page | Forums | Webmaster ] © Copyright 2000-2012 SiMPLE CodeWorks, Inc. All rights reserved. |