Handbook
Glossary
run-lint ( obj -- obj )
Vocabulary
lint
.
private
Inputs
obj
an
object
Outputs
obj
an
object
Definition
IN:
lint.private
GENERIC:
run-lint
( obj -- obj )
Methods
USING:
assocs
lint.private
sequences
;
M:
sequence
run-lint
[
lint
]
zip-with
trim-self
[
second
empty?
]
reject
filter-symbols
;
USING:
arrays
lint.private
words
;
M:
word
run-lint
1array
run-lint
;