Difference between revisions of "Learning programming (1)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→See also) |
Karl Jones (Talk | contribs) (→Requirements) |
||
Line 3: | Line 3: | ||
== Requirements == | == Requirements == | ||
− | + | * [[Computer]] | |
+ | * [[Programming language]] running on the computer | ||
+ | * [[Text editor]] or other tools for writing [[Computer program|computer programs]] | ||
+ | * [[Compiler]] (for compiled programming languages) | ||
+ | * Knowledge of the computer, programming language, tools | ||
+ | * Goals: what will the program do? | ||
== See also == | == See also == |
Revision as of 07:54, 28 August 2015
This article introduces computer programming for the beginner.
Requirements
- Computer
- Programming language running on the computer
- Text editor or other tools for writing computer programs
- Compiler (for compiled programming languages)
- Knowledge of the computer, programming language, tools
- Goals: what will the program do?