Jump to content

Currying: Difference between revisions

12 bytes removed ,  11 years ago
m
→‎{{header|C++}}: <lang> does not do inline code; use <code>.
(→‎{{header|ML}}: {{improve|ML|This example is alone in "ML" category. Should it appear under Standard ML or Ocaml?}})
m (→‎{{header|C++}}: <lang> does not do inline code; use <code>.)
Line 32:
 
=={{header|C++}}==
Currying may be achieved in [[C++]] using the [[wp:Standard Template Library|Standard Template Library]] function object adapters (<lang C++code>binder1st</langcode> and <lang C++code>binder2nd</langcode>), and more generically using the [[wp:Boost library|Boost]] <lang C++code>bind</langcode> mechanism.
 
=={{header|Eiffel}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.