Tacit programming: Difference between revisions

Content deleted Content added
Stack-based: Added CN tag to dubious/unsourced claim
AnomieBOT (talk | contribs)
m Dating maintenance tags: {{Cn}}
Line 103:
 
===Stack-based===
In [[stack-oriented programming language]]s (and [[concatenative programming language|concatenative ones]], most of which are stack based{{cn|date=January 2020}}), point-free methods are commonly used. For example, a procedure to compute the [[Fibonacci number]]s might look like the following in [[PostScript]]:
<source lang="postscript">
/fib