Jump to content

Outline of computer programming

From Wikipedia, the free encyclopedia

The following outline is provided as an overview of and topical guide to computer programming:

Computer programming – process that leads from an original formulation of a computing problem to executable computer programs. Programming involves activities such as analysis, developing understanding, generating algorithms, verification of requirements of algorithms including their correctness and resources consumption, and implementation (commonly referred to as coding[1][2]) of algorithms in a target programming language. Source code is written in one or more programming languages. The purpose of programming is to find a sequence of instructions that will automate performing a specific task or solving a given problem.

History

[edit]

Platforms

[edit]

Paradigms

[edit]

Writing programs

[edit]

Methodology

[edit]

Algorithms

[edit]

Programming languages

[edit]

Programming language – formal constructed language designed to communicate instructions to a machine, particularly a computer. Programming languages can be used to create programs to control the behavior of a machine or to express algorithms.

Attributes of programming languages

[edit]
[edit]

The top 20 most popular programming languages as of December 2025:[3]

  1. Python
  2. C
  3. C++
  4. Java
  5. C#
  6. JavaScript
  7. Visual Basic .NET
  8. SQL
  9. Perl
  10. R
  11. Delphi/Object Pascal
  12. Fortran
  13. MATLAB
  14. Ada
  15. Go
  16. PHP
  17. Rust
  18. Scratch
  19. Assembly Language
  20. Kotlin

Anatomy of a programming language

[edit]

Comparisons of programming languages

[edit]

Programming language comparisons

Comparisons of individual languages

[edit]

Compilation

[edit]

Software

[edit]

Components

[edit]

Software development

[edit]

Software engineering

[edit]

Software engineering

See also

[edit]

References

[edit]
  1. ^ Shaun Bebbington (2014). "What is coding". Retrieved 2014-03-03.
  2. ^ Shaun Bebbington (2014). "What is programming". Retrieved 2014-03-03.
  3. ^ "index | TIOBE - The Software Quality Company". www.tiobe.com. Retrieved 2025-12-14.
[edit]