Stack-Oriented Programming Language: Difference between revisions
Jump to navigation
Jump to search
(Created page with " A Stack-Oriented Programming Language is a Stack Machine that ... * <B>See:</B> Infix Notation, Stack Machine, Parameter (Computer Programming), Forth...") |
No edit summary |
||
Line 1: | Line 1: | ||
A [[Stack-Oriented Programming Language]] is a [[programming language]] that relies on a [[stack machine]] model for passing [[Parameter (computer programming)|parameters]]. | |||
A [[Stack-Oriented Programming Language]] is a [[ | * <B>Example(s):</B> | ||
* <B> | ** [[Forth (Programming Language)]]. | ||
* <B>See:</B> [[Infix Notation]], [[RPL (Programming Language)]], [[PostScript]], [[BibTeX]], [[Assembly Language]], [[Stack (Data Structure)]], [[Reverse Polish Notation]]. | |||
---- | ---- | ||
---- | ---- |
Revision as of 01:21, 22 January 2018
A Stack-Oriented Programming Language is a programming language that relies on a stack machine model for passing parameters.
- Example(s):
- See: Infix Notation, RPL (Programming Language), PostScript, BibTeX, Assembly Language, Stack (Data Structure), Reverse Polish Notation.
References
2018
- (Wikipedia, 2018) ⇒ https://en.wikipedia.org/wiki/Stack-oriented_programming_language Retrieved:2018-1-22.
- A stack-oriented programming language is one that relies on a stack machine model for passing parameters. Several programming languages fit this description, notably Forth, RPL, PostScript, BibTeX style design language [1] and many assembly languages (on a much lower level).
Stack-oriented languages operate on one or more stacks, each of which may serve a different purpose. Thus, programming constructs in other programming languages may need to be modified for use in a stack-oriented system. Further, some stack-oriented languages operate in postfix or Reverse Polish notation, that is, any arguments or parameters for a command are stated before that command. For example, postfix notation would be written instead of (prefix or Polish notation), or (infix notation).
- A stack-oriented programming language is one that relies on a stack machine model for passing parameters. Several programming languages fit this description, notably Forth, RPL, PostScript, BibTeX style design language [1] and many assembly languages (on a much lower level).
- ↑ Oren Patashnik. Designing BibTeX styles. http://www.ctan.org/tex-archive/info/biblio/bibtex/contrib/doc/btxhak.pdf.