Handbook
Glossary
historical-get-events ( timestamp -- alist )
Vocabulary
wikipedia
.
private
Inputs
timestamp
an
object
Outputs
alist
an
object
Definition
USING:
assocs
kernel
sequences
xml.traversal
;
IN:
wikipedia.private
:
historical-get-events
( timestamp -- alist )
historical-get
"ul"
deep-tags-named
[
second
items>sequence
]
[
4 7
rot
subseq
]
bi
zip
;