RosettaCodeData/Task/Web-scraping/Factor/web-scraping.factor

5 lines
152 B
Factor
Raw Permalink Normal View History

2013-10-27 22:24:23 +00:00
USING: http.client io sequences ;
2013-04-11 01:07:29 -07:00
"http://tycho.usno.navy.mil/cgi-bin/timer.pl" http-get nip
[ "UTC" swap start [ 9 - ] [ 1 - ] bi ] keep subseq print