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
<source lang="python">
def example(x):
|