Talk:Partial function application: Difference between revisions

(D solution comment added)
Line 171:
 
The D solution is a not perfect implementation, it's an approximation, but it's a D idiomatic way to solve the problem. If you don't accept an approximation, it becomes hard to implement in D. My suggestion is to accept approximate solutions too.
 
And in the D version fs() is a templated function. It's the way you write generic code in such languages.
Anonymous user