Programming Tutorial
This is a set of lessons on how to program a computer. It assumes
that you have never programmed before.
What you will need.
- A computer running Microsoft Windows.
- A text editor. This is a tool that allows you to write and read
program files. There are many different ones available. You get one
for free with Windows. Its called NotePad and although its very basic
it would be okay to use for our purposes here. You also get a free one,
called Ed, when you install Euphoria. I can also
recommend Crimson (free),
Code Genie (small price),
and EmEditor (small price).
- A programming language converter. This is a tool that converts human
readable program files, known as source code into a format
suitable for computers to use. This tutorial uses one called
Euphoria, but
there are many others to choose from.
Lessons