Handbook
Glossary
stack-balancer ( effect -- quot )
Vocabulary
logging
Inputs
effect
an
object
Outputs
quot
an
object
Definition
USING:
accessors
generalizations
kernel
quotations
sequences
;
IN:
logging
:
stack-balancer
( effect -- quot )
[
in>>
length
[
ndrop
]
curry
]
[
out>>
length
f
<repetition>
>quotation
]
bi
append
;