Jump to content

Tacit programming

From Simple English Wikipedia, the free encyclopedia
Revision as of 02:28, 11 November 2011 by PiRSquared17 (talk | changes) (create oage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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]

Other pages

References