Handbook
Glossary
fetch-feed ( url -- feed )
Vocabulary
webapps
.
planet
Inputs
url
an
object
Outputs
feed
an
object
Definition
USING:
accessors
continuations
generalizations
logging
syndication
;
IN:
webapps.planet
:
fetch-feed
( url -- feed )
[
1
\
fetch-feed
\
DEBUG
log-stack
download-feed
entries>>
]
[
\
fetch-feed
log-error
1
ndrop
f
]
recover
;