Handbook
Glossary
load-http-image ( url -- image/f )
Vocabulary
twitter
.
prettyprint
Inputs
url
an
object
Outputs
image/f
an
object
Definition
USING:
continuations
http.client
images.loader
images.loader.private
kernel
;
IN:
twitter.prettyprint
MEMO:
load-http-image
( url -- image/f )
[
[
http-get
nip
]
[
image-class
]
bi
load-image*
]
curry
[
drop
f
]
recover
;