<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Printing the class-path in Clojure</title>
	<atom:link href="http://pupeno.com/blog/printing-the-class-path-in-clojure/feed/" rel="self" type="application/rss+xml" />
	<link>http://pupeno.com/blog/printing-the-class-path-in-clojure/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=printing-the-class-path-in-clojure</link>
	<description>A bit of this, a bit of that and a lot about computers</description>
	<lastBuildDate>Sat, 03 Jul 2010 15:12:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Matt</title>
		<link>http://pupeno.com/blog/printing-the-class-path-in-clojure/#comment-330</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 10 Mar 2010 04:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://332#comment-330</guid>
		<description>Cool one liner.  I&#039;m just starting in on Clojure and played around until I could get the Clojure version to print in the same format as your Java version:

(doseq [url (seq (.getURLs (java.lang.ClassLoader/getSystemClassLoader)))]
  (println (.getFile url)))

Love it!
.-= Matt´s last blog: &lt;a href=&quot;http://anthology.spacemonkeys.ca/archives/945-The-super-easy-way-to-use-Emacs-and-Slime-with-Clojure.html&quot; rel=&quot;nofollow&quot;&gt;The super easy way to use Emacs and Slime with Clojure&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>Cool one liner.  I&#8217;m just starting in on Clojure and played around until I could get the Clojure version to print in the same format as your Java version:</p>
<p>(doseq [url (seq (.getURLs (java.lang.ClassLoader/getSystemClassLoader)))]<br />
  (println (.getFile url)))</p>
<p>Love it!<br />
.-= Matt´s last blog: <a href="http://anthology.spacemonkeys.ca/archives/945-The-super-easy-way-to-use-Emacs-and-Slime-with-Clojure.html" rel="nofollow">The super easy way to use Emacs and Slime with Clojure</a> =-.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
