<?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: Swing Into Actions with Clojure</title>
	<atom:link href="http://stuartsierra.com/2010/01/02/swing-into-actions-with-clojure/feed" rel="self" type="application/rss+xml" />
	<link>http://stuartsierra.com/2010/01/02/swing-into-actions-with-clojure</link>
	<description>From programming to everything else</description>
	<lastBuildDate>Sat, 04 Feb 2012 20:39:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Stuart</title>
		<link>http://stuartsierra.com/2010/01/02/swing-into-actions-with-clojure/comment-page-1#comment-43016</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Sun, 17 Jan 2010 02:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://stuartsierra.com/?p=356#comment-43016</guid>
		<description>Hi Chris,
Not sure what might have caused that, unless you&#039;re using an IDE that sets the default namespace to something other than &#039;user&#039;.</description>
		<content:encoded><![CDATA[<p>Hi Chris,<br />
Not sure what might have caused that, unless you&#8217;re using an IDE that sets the default namespace to something other than &#8216;user&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Hagan</title>
		<link>http://stuartsierra.com/2010/01/02/swing-into-actions-with-clojure/comment-page-1#comment-43014</link>
		<dc:creator>Chris Hagan</dc:creator>
		<pubDate>Sat, 16 Jan 2010 11:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://stuartsierra.com/?p=356#comment-43014</guid>
		<description>Maybe I&#039;m doing something wrong, but I found that say-hello didn&#039;t exist after declaration, being named &#039;user/say-hello&#039;.  This was usable at both stages (immediate invocation in REPL and invocation within the proxy).

Just a heads-up for the newbies like me who are following along.</description>
		<content:encoded><![CDATA[<p>Maybe I&#8217;m doing something wrong, but I found that say-hello didn&#8217;t exist after declaration, being named &#8216;user/say-hello&#8217;.  This was usable at both stages (immediate invocation in REPL and invocation within the proxy).</p>
<p>Just a heads-up for the newbies like me who are following along.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart</title>
		<link>http://stuartsierra.com/2010/01/02/swing-into-actions-with-clojure/comment-page-1#comment-42961</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Sun, 03 Jan 2010 15:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://stuartsierra.com/?p=356#comment-42961</guid>
		<description>Fixed, thanks.</description>
		<content:encoded><![CDATA[<p>Fixed, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sikarwar</title>
		<link>http://stuartsierra.com/2010/01/02/swing-into-actions-with-clojure/comment-page-1#comment-42959</link>
		<dc:creator>sikarwar</dc:creator>
		<pubDate>Sun, 03 Jan 2010 09:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://stuartsierra.com/?p=356#comment-42959</guid>
		<description>(import &#039;(javax.swing JFrame JFrame JButton)) should be (import &#039;(javax.swing JFrame JPanel JButton)).
Also (def act (proxy [ActionListener] []....  requires (import &#039;(java.awt.event ActionListener))</description>
		<content:encoded><![CDATA[<p>(import &#8216;(javax.swing JFrame JFrame JButton)) should be (import &#8216;(javax.swing JFrame JPanel JButton)).<br />
Also (def act (proxy [ActionListener] []&#8230;.  requires (import &#8216;(java.awt.event ActionListener))</p>
]]></content:encoded>
	</item>
</channel>
</rss>

