Jump to content

Tacit programming

From Simple English Wikipedia, the free encyclopedia
Revision as of 16:57, 22 May 2019 by Djsasso (talk | changes) (top: Fix CS1 deprecated date parameter errors)
(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] It is commonly used in functional programming languages like Haskell.

[change | change source]

References

[change | change source]
  1. "Tacit programming". Wiki.tcl.tk. Retrieved 2011-11-12.