technique in functional programming

C60515
concept

A technique in functional programming is a method or pattern—such as higher-order functions, recursion, or function composition—used to structure programs around pure functions and immutable data for clearer, more predictable code.

Instances (1)

Instance Via concept surface
Curry (program transformation)