;; To access web page. Note the use of http:// ;; prefix user=> (slurp "http://clojuredocs.org") ; This will return the html content of clojuredocs.org
;; To access web page. Note the use of http:// ;; prefix user=> (slurp "http://clojuredocs.org") ; This will return the html content of clojuredocs.org