Category
page 1Implementation of functional programming languages
closure
technique for creating lexically scoped first class functions
lazy evaluation
evaluation strategy that delays evaluation of expressions until actually needed
tail recursion
subroutine that calls itself as its final action
short-circuit evaluation
type of semantics in some programming languages
continuation-passing style
programming style
SECD machine
virtual and Abstract Machine target for functional programming language compiler
deforestation
computer science term