Handbook
Glossary
user-comments ( username -- comments )
Vocabulary
reddit
Inputs
username
an
object
Outputs
comments
an
object
Definition
USING:
accessors
assocs
kernel
reddit.private
sequences
;
IN:
reddit
:
user-comments
( username -- comments )
get-user
data>>
[
"kind"
of
"t1"
=
]
filter
[
"data"
of
"body"
of
]
map
;