subroutine
sequence of instructions that can be called from other points in a computer program
intrinsic function
function implemented by the compiler
thunk
computing term: subroutine used to inject a calculation into another subroutine
aggregate function
a function summarizing multiple values into one summary statistic
method
computer function or subroutine that is tied to a particular instance or class
functions in JavaScript
functions in the programming language JavaScript
first-class functions
programming language feature that allows manipulating functions like other values
shader
computer program used to describe the appearance or visual properties of objects in a 3D scene
format
function in Common Lisp that can produce formatted text using a format string similar to the printf format string
procedure
software subroutine
null function
subroutine that returns no data values and leaves the program state unchanged
stored procedure
subroutine available to applications that access relational database management systems
dup
Unix system call for creating a copy of a file descriptor.
interrupt handler
computing function triggered by an interrupt
Wrapper function
Subroutine who’s job is only to call another subroutine
function
subroutine whose main scope is to return a value