Tacit programming
Tacit programming (or point-free programming) is the style of programming functions where the parameter is not mentioned. Instead, the functions are defined using combinators and higher-level abstractions like map (which applies a function to each element of a list).[1] It is commonly used in functional programming languages like Haskell.
Related pages
- Anonymous function
- Function (mathematics)
- Lambda calculus
- Combinatory logic
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.