Tacit programming: Difference between revisions

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