Tacit programming, also known as point-free style, is a programming paradigm where function definitions do not identify the arguments they operate on. Instead, functions are composed together to manipulate the arguments. Examples of tacit programming include Python and Haskell code. Unix scripting and APL languages also use tacit programming.
Sort: