Stack-based language: Difference between revisions

Content deleted Content added
NatusRoma (talk | contribs)
m compu-stub
m Bot: Fixing double redirect to Stack-oriented programming
Tag: Redirect target changed
 
(11 intermediate revisions by 4 users not shown)
Line 1:
#REDIRECT [[Stack-oriented programming]]
In [[computer science]], a '''stack-based language''' is a [[computer language]] that uses the stack to store intermediate results during computation. [[Forth]] is an example.
 
A stack-based language tends to be used as intermediate representation of a program during its compilation.
 
{{compu-stub}}