ncurry ( n -- )
Factor handbook » The language » Combinators » Generalized shuffle words and combinators » Additional generalizations

Next:nwith ( n -- )


Vocabulary
generalizations

Inputs
nan integer


Outputs
None

Word description
A generalization of curry that can work for any stack depth.

Examples
Some core words expressed in terms of ncurry:
curry1 ncurry
2curry2 ncurry
3curry3 ncurry


Definition