Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Pidgin code
Mixture of several programming languages in the same program

In computer programming, pidgin code is a mixture of several programming languages in the same program, or mathematical pseudocode that is a mixture of a programming language with natural language descriptions. Hence the name: the mixture is a programming language analogous to a pidgin in natural languages.

We don't have any images related to Pidgin code yet.
We don't have any YouTube videos related to Pidgin code yet.
We don't have any PDF documents related to Pidgin code yet.
We don't have any Books related to Pidgin code yet.
We don't have any archived web articles related to Pidgin code yet.

Examples

In numerical computation, mathematical style pseudocode is sometimes called pidgin code, for example pidgin ALGOL (the origin of the concept), pidgin Fortran, pidgin BASIC, pidgin Pascal, and pidgin C. It is a compact and often informal notation that blends syntax taken from a conventional programming language with mathematical notation, typically using set theory and matrix operations, and perhaps also natural language descriptions.

It can be understood by a wide range of mathematically trained people, and is used as a way to describe algorithms where the control structure is made explicit at a rather high level of detail, while some data structures are still left at an abstract level, independent of any specific programming language.

Normally non-ASCII typesetting is used for the mathematical equations, for example by means of TeX or MathML markup, or proprietary Formula editor formats.

These are examples of articles that contain mathematical style pseudocode:

References

  1. DAT10603 Programming Principle. Center for Diploma Studies, Hannes Masandig. p. 125. https://books.google.com/books?id=78dO3P_QjPgC

  2. "Pseudocode". CodeDocs. 2021-06-18. Retrieved 2025-03-01. https://codedocs.org/what-is/pseudocode