Stack-based language: Difference between revisions

Content deleted Content added
Andyo (talk | contribs)
No edit summary
Andyo (talk | contribs)
No edit summary
Line 1:
In [[computer science]], a '''stack-based language''' is a [[computer language]] that uses the [[stack|Stack (computing)]] to store intermediate results during computation. [[Forth]] and [[Java programming language|Java]] [[byte-code]] are examples of stack-based languages.
 
A stack-based language tends to be used as intermediate representation of a program during its compilation.