Tacit programming
From Wikipedia, the free encyclopedia
The tacit programming is a programming paradigm in which a function definition does not include information regarding its arguments. The simplicity behind this idea allows its use on several programming languages, such as J programming language and APL. Outside of the APL and J communities, tacit programming is referred to as point-free style [1].
[edit] External links
- Pure Functions in APL and J How to use tacit programming in any APL-like language