Tacit programming: Difference between revisions

Content deleted Content added
MOS:HEAD
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
Line 4:
[[Unix]] [[Command-line interface|scripting]] uses the paradigm with [[Pipeline (Unix)|pipes]].
 
For example, a sequence of operations in an [[applicative language]] such as the following [[Python (programming language)|Python]] code:
<source lang="python">
def example(x):