Vocabularycombinators.
smartInputsOutputsWord descriptionInfers the number of outputs from
quot and, treating those outputs as a sequence, calls
map-reduce on them.
ExamplesUSING: math combinators.smart prettyprint ;
[ 1 2 3 ] [ sq ] [ + ] map-reduce-outputs .
14
Definition