chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] rss


From: felix winkelmann
Subject: [Chicken-users] rss
Date: Thu, 9 Dec 2004 07:47:03 +0100

Hi, all!

There is a basic RSS parser available at:

http://www.call-with-current-continuation.org/eggs/rss.html

#;1> (use http-client rss)
#;2> (define feed (http:GET
"http://www.call-with-current-continuation.org/chicken.rss";))

#;4> (with-input-from-string feed rss:read)
#<rss:feed>

#;5> (map rss:item-title (rss:feed-items #4))
("RSS egg" "Metakit bindings:" "SDL and Tk bindings available:" "New
snapshot, iset egg and some small improvements" "More and better eggs,
more FFI:" "New release (1.66):" "Some new eggs, some porting
success:\n\nAlejandro Forero Cuervo contributed yet another egg -
html-stream;\nanother egg available: a sandbox for evaluating
untrusted code;\nCHICKEN works now on x86-64 and MIPS 64-bit (Irix)
systems\n" "databases, databases:\n\nThe Institute of System
Programming of the Russian Academy of Science\nrelea...


cheers,
felix




reply via email to

[Prev in Thread] Current Thread [Next in Thread]