Content deleted Content added
→Unix pipeline: fix syntaxhighlight error |
|||
Line 190:
In point-free style, this can be written in Python as:
example = compose(foo, bar, baz)
In jq, the equivalent point-free definition would be:
|
→Unix pipeline: fix syntaxhighlight error |
|||
Line 190:
In point-free style, this can be written in Python as:
example = compose(foo, bar, baz)
In jq, the equivalent point-free definition would be:
|