Tacit programming: Difference between revisions

Content deleted Content added
m Python: "is written" -> "can be written" so readers don't think the first example is in point-free style
Line 15:
return baz(bar(foo(x)))
</syntaxhighlight>
... iscan be written in point-free style as the composition of a sequence of functions, without parameters:<ref>{{cite web | url=http://concatenative.org/wiki/view/Concatenative%20language/Name%20code%20not%20values | title=Name code not values | publisher=Concatenative.org | accessdate=13 September 2013}}</ref>
 
<syntaxhighlight lang="python">