Applications package
noun
(computing) a specialized program or set of specialized programs and -ssociated doc-mentation designed to carry out a particular task
Read Also:
- Applications programming interface
applications programming interface application programming interface
- Applications software
computers. a program used for a particular application (opposed to ). noun a computer program that is written and designed for a specific need or purpose application program
- Applicative
usable or capable of being used; practical; applicatory. adjective relevant or applicable
- Applicative language
applicative language language a functional language. sometimes used loosely for any declarative language though logic programming languages are declarative but not applicative. (1995-12-24)
- Applicative order reduction
applicative order reduction programming an evaluation strategy under which an expression is evaluated by repeatedly evaluating its leftmost innermost redex. this means that a function’s arguments are evaluated before the function is applied. this method will not terminate if a function is given a non-terminating expression as an argument even if the function is not […]