Skip to content

opatut/node-higher-order-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Higher-Order Functions

About: Higher order functions ...

  • ... receive at least one argument that is a function, or
  • ... return a function,
  • ... or both

This is a collection of higher order functions and other functional helpers as they are common in pure functional languages such as Racket.

The complete list

  • constant, always, never
  • compose
  • curry, curryr, curryl
  • map, reduce
  • apply
  • min, max, add, sub, mul, div, modulo
  • getter, setter
  • length
  • zip
  • is, not, any, all, none, identity
  • andFns, orFns

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published