flâneur — a map of the web's best reading

Thunk

en.wikipedia.org · 2,244 words · saved by 1 readers

In computer programming, a thunk is a subroutine used to inject a calculation into another subroutine. Thunks are primarily used to delay a calculation until its result is needed, or to insert operations at the beginning or end of the other subroutine. They have many other applications in compiler code generation and modular programming.

Thunk - Wikipedia Jump to content From Wikipedia, the free encyclopedia For other uses, see Thunk (disambiguation) . Look up thunk in Wiktionary, the free dictionary. Type of subroutine In computer programming , a thunk is a subroutine used to inject a calculation into another subroutine. Thunks are primarily used to delay a calculation until its result is needed, or to insert operations at the beginning or end of the other subroutine. They have many other applications in compiler code generation and modular programming . The term originated as a whimsical irregular form of the verb think . It

Explore this link on the map →

related reading