Partial function application: Difference between revisions

Content added Content deleted
(→‎{{header|TXR}}: Add comment; choose milder word.)
Line 1,325: Line 1,325:
((1 4 9) (4 16 36))</lang>
((1 4 9) (4 16 36))</lang>


Note how in the above, **no** function arguments are explicitly mentioned at all, never mind just in the currying of <code>f1</code> with <code>fs</code>.
Now, without further ado, we murder the concept of partial application to meet the task requirements:

Now, without further ado, we surrender the concept of partial application to meet the task requirements:


<lang sh>$ txr -e "(progn
<lang sh>$ txr -e "(progn