Handbook
Glossary
hacker-news-items ( n endpoint -- seq )
Vocabulary
hacker-news
.
private
Inputs
n
an
object
endpoint
an
object
Outputs
seq
an
object
Definition
USING:
concurrency.combinators
http.json
kernel
sequences
;
IN:
hacker-news.private
:
hacker-news-items
( n endpoint -- seq )
hacker-news-ids
swap
index-or-length
head
[
hacker-news-id>json-url
http-get-json
]
parallel-map
;