Partial function application: Difference between revisions

Content deleted Content added
Kazinator (talk | contribs)
→‎{{header|TXR}}: Add comment; choose milder word.
Line 1,325:
((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 murdersurrender the concept of partial application to meet the task requirements:
 
<lang sh>$ txr -e "(progn