Handbook
Glossary
domain-stats ( domain -- stats )
Vocabulary
reddit
Inputs
domain
an
object
Outputs
stats
an
object
Definition
USING:
accessors
assocs
calendar
math
reddit.private
sequences
;
IN:
reddit
:
domain-stats
( domain -- stats )
get-domains
all-pages
[
"data"
of
]
map
[
"created"
of
1000
*
millis>timestamp
year>>
]
collect-by
[
[
"score"
of
]
map-sum
]
assoc-map
;