Talk:Partial function application: Difference between revisions

(→‎Is D correct?: F needs to be a function.)
Line 187:
:Hi, The task description begins ''"Create a function fs( f, s ) that takes a '''function''', f( n ), of one value "''.
:So it is ''required'' that f be a function. Why not just say it is not possible in D if it is not, then explain why before giving the D code? --[[User:Paddy3118|Paddy3118]] 18:26, 16 April 2011 (UTC)
:: Partial application is mainly useful if it can be applied to idiomatically defined functions (in particular functions from the standard library). Perhaps the languages can be subdivided into two categories. One where this is possible and one where this is not? —''[[User:Ruud Koot|Ruud]]'' 09:34, 17 April 2011 (UTC)
 
== Proposal for new task description ==
Anonymous user