Programming language/Related Articles: Difference between revisions
Jump to navigation
Jump to search
imported>Daniel Mietchen m (Robot: Creating Related Articles subpage) |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{subpages}} | <noinclude>{{subpages}}</noinclude> | ||
==Parent topics== | ==Parent topics== | ||
{{r|Computer program}} | |||
{{r|Computer science}} | |||
{{r|Programming}} | |||
==Subtopics== | ==Subtopics== | ||
See [[Programming language/Catalogs|Catalog]] for a list of programming languages. | |||
{{r|Closure (computer science)}} | {{r|Closure (computer science)}} | ||
{{r|Comparison of Java and .NET}} | {{r|Comparison of Java and .NET}} | ||
{{r|Compiler}} | {{r|Compiler}} | ||
{{r|Hello World}} | {{r|Hello World}} | ||
{{r|Late binding}} | {{r|Late binding}} | ||
{{r|Pointer (computer science)}} | {{r|Pointer (computer science)}} | ||
{{r|Source code}} | {{r|Source code}} | ||
{{r|Syntax (computer science)}} | {{r|Syntax (computer science)}} | ||
{{r| | {{r|Type system}} | ||
==Other related topics== | |||
==Articles related by keyphrases (Bot populated)== | |||
{{r|Register allocation}} | |||
{{r|Compiler}} |
Latest revision as of 12:01, 7 October 2024
- See also changes related to Programming language, or pages that link to Programming language or to this page or whose text contains "Programming language".
Parent topics
- Computer program [r]: A set of instructions to be executed by a computer. [e]
- Computer science [r]: The study of how computers work, and the algorithms, data structures and design principles used in their operation and programming. [e]
- Programming [r]: Add brief definition or description
Subtopics
See Catalog for a list of programming languages.
- Closure (computer science) [r]: A feature in some computer programming languages that allows a procedure to bind to its environment, so that it may be called (and its internal variables utilized) from anywhere within the process, instead of using C-like scope rules to limit its availability. [e]
- Comparison of Java and .NET [r]: Add brief definition or description
- Compiler [r]: A program that translates a human-readable instructions into machine instructions. [e]
- Hello World [r]: A very short program that a programmer writes when learning a programming language; it typically just prints a word or two of output to a console. [e]
- Late binding [r]: The assignment of data types (such as integer or string) to variables at the time of execution of a computer program, rather than during the compilation phase. [e]
- Pointer (computer science) [r]: The memory address of some data in computer science. [e]
- Source code [r]: Human-readable code which a compiler turns into a compiled piece of software or an interpreter runs. [e]
- Syntax (computer science) [r]: The set of allowed reserved words and possible token order in a program. [e]
- Type system [r]: Add brief definition or description
- Register allocation [r]: Add brief definition or description
- Compiler [r]: A program that translates a human-readable instructions into machine instructions. [e]