Handbook
Glossary
apply-filters ( links spider -- links' )
Vocabulary
spider
.
private
Inputs
links
an
object
spider
an
object
Outputs
links'
an
object
Definition
USING:
accessors
combinators
combinators.short-circuit
kernel
sequences
;
IN:
spider.private
:
apply-filters
( links spider -- links' )
filters>>
[
[
1&&
]
curry
[
filter
]
curry
( seq -- seq' )
call-effect
]
when*
;