[accepted revision] | [accepted revision] |
Content deleted Content added
Stevebroshar (talk | contribs) Element is overly generic; I see language definition and features; and this allows removing the jarring stuff from the into |
Stevebroshar (talk | contribs) better word |
||
Line 4:
[[File:C Hello World Program.png|thumb|right|upright=1.3|The [[source code]] for a computer program in [[C (programming language)|C]]. The gray lines are [[comment (computer programming)|comments]] that explain the program to humans. When [[compiled]] and [[Execution (computing)|run]], it will give the output "[["Hello, World!" program|Hello, world!]]".]]
A '''programming language''' is a system of notation for writing [[source code]] such as used to produce a [[computer program]].<ref name="Aaby 2004">{{cite book |last=Aaby |first=Anthony |url=http://www.emu.edu.tr/aelci/Courses/D-318/D-318-Files/plbook/intro.htm |title=Introduction to Programming Languages |year=2004 |access-date=29 September 2012 |archive-url=https://web.archive.org/web/20121108043216/http://www.emu.edu.tr/aelci/Courses/D-318/D-318-Files/plbook/intro.htm |archive-date=8 November 2012 |url-status=dead}}</ref> A language allows a programmer to a [[Software development|develop]] [[Human-readable|human readable]]
[[Computer architecture]] has strongly influenced the design of programming languages, with the most common type ([[imperative languages]]) developed to perform well on the popular [[von Neumann architecture]]. While early programming languages were closely tied to the [[Computer hardware|hardware]], modern languages hide hardware details via [[abstraction (computer science)|abstraction]] in an effort to enable better software with less effort.
|