Handbook
Glossary
next-n ( hamming-iterator n -- seq )
Vocabulary
rosetta-code
.
hamming
Inputs
hamming-iterator
an
object
n
an
object
Outputs
seq
an
object
Definition
USING:
kernel
make
math
;
IN:
rosetta-code.hamming
:
next-n
( hamming-iterator n -- seq )
swap
[
next
,
]
curry
[
times
]
2curry
{
}
make
;