Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

searching for Fold (higher-order function) 4 found (22 total)

alternate case: fold (higher-order function)

OCaml (4,204 words) [view diff] no match in snippet view article find links to article

with successor (succ) and addition (add). A Church numeral n is a higher-order function that accepts a function f and a value x and applies f to x exactly
F Sharp (programming language) (4,101 words) [view diff] no match in snippet view article
printList lst = for x in lst do printfn $"{x}" /// Iteration using a higher-order function let printList2 lst = List.iter (printfn "%d") lst /// Iteration
Function composition (3,772 words) [view diff] no match in snippet view article find links to article
Functional decomposition Functional square root Functional equation Higher-order function Infinite compositions of analytic functions Iterated function Lambda
Lisp (programming language) (10,027 words) [view diff] no match in snippet view article
for loop in C) in Lisp the same task can be accomplished with a higher-order function. (The same is true of many functional programming languages.) A