REBOL [ Title: "Scan Web Sites" Date: 20-June-1999 Purpose: "Scan web sites for keywords" ] user: [email protected] web-sites: [www.rebol.com www.xml.com www.cnn.com] keywords: ["robot" "agent" "filter"] foreach site web-sites [ page: read join http:// site foreach item keywords [ if find page item [send user page break] ] ]
Script Junkie | REBOL Bots
Over the past two decades, my search for the perfect scripting language led me to work with companies such as HP, Amiga, and Apple. In that time, I investigated more than 50 different languages, from Ada to C, from Pascal to Lisp. I wanted a language that was very simple and readable with almost no syntax, yet very flexible with a wide degree of expressive freedom.Related Reading
More Insights
INFO-LINK
To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy. | |