Tacit programming: Difference between revisions

Content deleted Content added
In the intro to the Python code, removed the reference to applicative language as it was gratuitous, misleading (suggesting that the Python code was applicative), and linked to a bad article
Stack-based: Added CN tag to dubious/unsourced claim
Line 103:
 
===Stack-based===
In [[stack-oriented programming language]]s (and [[concatenative programming language|concatenative ones]], most of which are stack based{{cn}}), 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