Talk:Partial function application: Difference between revisions

→‎Is D correct?: F needs to be a function.
(More D comment)
(→‎Is D correct?: F needs to be a function.)
Line 184:
 
Modified the D version. The Task doesn't specify that f has to be a run-time function. In this D implementation f has to be known at compile-time.
 
: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)
 
== Proposal for new task description ==
Anonymous user