<?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 for Lovable Lyle</title>
	<atom:link href="http://lylejohnson.name/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://lylejohnson.name/blog</link>
	<description>Covering Software Development with Ruby and FXRuby</description>
	<lastBuildDate>Wed, 27 Apr 2011 21:18:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Comment on &#8220;Like Instapaper for Videos&#8221; by Bryan P</title>
		<link>http://lylejohnson.name/blog/2011/04/27/like-instapaper-for-videos/comment-page-1/#comment-9377</link>
		<dc:creator>Bryan P</dc:creator>
		<pubDate>Wed, 27 Apr 2011 21:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://lylejohnson.name/blog/?p=417#comment-9377</guid>
		<description>Very cool. I&#039;ve also been looking for something like this for awhile. I was able to sign up for Instafilm, we&#039;ll see how it goes. Thanks for passing along!</description>
		<content:encoded><![CDATA[<p>Very cool. I&#8217;ve also been looking for something like this for awhile. I was able to sign up for Instafilm, we&#8217;ll see how it goes. Thanks for passing along!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on First Steps with Clojure by Lyle</title>
		<link>http://lylejohnson.name/blog/2010/08/18/first-steps-with-clojure/comment-page-1/#comment-9324</link>
		<dc:creator>Lyle</dc:creator>
		<pubDate>Fri, 27 Aug 2010 13:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://lylejohnson.name/blog/?p=389#comment-9324</guid>
		<description>Paul, thanks for the suggestions and information, but especially for the link to ClojureDocs: that is *exactly* what I was looking for. The problem (for me) right now with trying to search for a function (via (find-doc) or otherwise) is that I&#039;m so unfamiliar with Clojure&#039;s library that I don&#039;t even know what to search for. On the other hand, if I think to myself, &quot;I need to see what operations are available for maps,&quot; I should be able to jump to that section in ClojureDocs and focus in pretty quickly.</description>
		<content:encoded><![CDATA[<p>Paul, thanks for the suggestions and information, but especially for the link to ClojureDocs: that is *exactly* what I was looking for. The problem (for me) right now with trying to search for a function (via (find-doc) or otherwise) is that I&#8217;m so unfamiliar with Clojure&#8217;s library that I don&#8217;t even know what to search for. On the other hand, if I think to myself, &#8220;I need to see what operations are available for maps,&#8221; I should be able to jump to that section in ClojureDocs and focus in pretty quickly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on First Steps with Clojure by Paul Stadig</title>
		<link>http://lylejohnson.name/blog/2010/08/18/first-steps-with-clojure/comment-page-1/#comment-9323</link>
		<dc:creator>Paul Stadig</dc:creator>
		<pubDate>Fri, 27 Aug 2010 12:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://lylejohnson.name/blog/?p=389#comment-9323</guid>
		<description>Hey Lyle,
Clojure is awesome! I took a job back in March at Sonian doing Clojure full-time. I only do nominal amounts of Ruby these days (if you remember we met at the Ruby Hoedown a few years ago).

One way to find a function you need without knowing the name ahead of time is to use find-doc at the REPL. That will allow you to search within the docstrings of all the functions. (Obviously, you could also do something similar by pulling up the API docs in your browser and searching the page.)

Hop on IRC into #clojure on freenode. The people are very friendly, and if you describe the type of thing you&#039;re trying to do, then people will respond.

There&#039;s also clojuredocs.org which has some cool quick ref sheets (http://clojuredocs.org/quickref/varsonly/Clojure%20Core).

Have fun! And feel free to contact me.

Paul</description>
		<content:encoded><![CDATA[<p>Hey Lyle,<br />
Clojure is awesome! I took a job back in March at Sonian doing Clojure full-time. I only do nominal amounts of Ruby these days (if you remember we met at the Ruby Hoedown a few years ago).</p>
<p>One way to find a function you need without knowing the name ahead of time is to use find-doc at the REPL. That will allow you to search within the docstrings of all the functions. (Obviously, you could also do something similar by pulling up the API docs in your browser and searching the page.)</p>
<p>Hop on IRC into #clojure on freenode. The people are very friendly, and if you describe the type of thing you&#8217;re trying to do, then people will respond.</p>
<p>There&#8217;s also clojuredocs.org which has some cool quick ref sheets (<a href="http://clojuredocs.org/quickref/varsonly/Clojure%20Core" rel="nofollow">http://clojuredocs.org/quickref/varsonly/Clojure%20Core</a>).</p>
<p>Have fun! And feel free to contact me.</p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on First Steps with Clojure by Duwanis</title>
		<link>http://lylejohnson.name/blog/2010/08/18/first-steps-with-clojure/comment-page-1/#comment-9317</link>
		<dc:creator>Duwanis</dc:creator>
		<pubDate>Wed, 18 Aug 2010 20:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://lylejohnson.name/blog/?p=389#comment-9317</guid>
		<description>I found that book less than ideal. It&#039;s way too focused on the Java side of things, and not enough on the Clojure side of things... it&#039;s almost a &quot;this is how to use Clojure if you want to augment your Java code some&quot; book.

That said, I don&#039;t think there&#039;s really anything else out that&#039;s complete. Manning has a couple of good-looking books that are in the MEAP, I think, but they&#039;re just a few chapters here and there.</description>
		<content:encoded><![CDATA[<p>I found that book less than ideal. It&#8217;s way too focused on the Java side of things, and not enough on the Clojure side of things&#8230; it&#8217;s almost a &#8220;this is how to use Clojure if you want to augment your Java code some&#8221; book.</p>
<p>That said, I don&#8217;t think there&#8217;s really anything else out that&#8217;s complete. Manning has a couple of good-looking books that are in the MEAP, I think, but they&#8217;re just a few chapters here and there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving On by trans</title>
		<link>http://lylejohnson.name/blog/2010/08/04/moving-on/comment-page-1/#comment-9305</link>
		<dc:creator>trans</dc:creator>
		<pubDate>Sat, 07 Aug 2010 05:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://lylejohnson.name/blog/?p=378#comment-9305</guid>
		<description>I was always impressed by your dedication to the project. And it clearly excelled for your efforts. Whatever you endeavor into next, please keep us informed, for I am certain it will share the same great fortune by having you at it&#039;s helm.</description>
		<content:encoded><![CDATA[<p>I was always impressed by your dedication to the project. And it clearly excelled for your efforts. Whatever you endeavor into next, please keep us informed, for I am certain it will share the same great fortune by having you at it&#8217;s helm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving On by Lyle</title>
		<link>http://lylejohnson.name/blog/2010/08/04/moving-on/comment-page-1/#comment-9302</link>
		<dc:creator>Lyle</dc:creator>
		<pubDate>Thu, 05 Aug 2010 13:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://lylejohnson.name/blog/?p=378#comment-9302</guid>
		<description>Bjorn, you&#039;re welcome!

I&#039;m not sure what is the largest project using FXRuby, but one of the largest is probably &lt;a href=&quot;http://www.attiksystem.ch/beerp/beerp-the-fxruby-erp/&quot; rel=&quot;nofollow&quot;&gt;BeERP&lt;/a&gt;, a commercial ERP system. I don&#039;t know if they have the resources or desire to fork FXRuby. Note that FXRuby is licensed under the &lt;a href=&quot;http://www.gnu.org/copyleft/lesser.html&quot; rel=&quot;nofollow&quot;&gt;GNU Lesser General Public License&lt;/a&gt;, which ensures that any forks of FXRuby will also be open source (i.e. the fact that I&#039;m not working on FXRuby anymore doesn&#039;t change anything in that regard).</description>
		<content:encoded><![CDATA[<p>Bjorn, you&#8217;re welcome!</p>
<p>I&#8217;m not sure what is the largest project using FXRuby, but one of the largest is probably <a href="http://www.attiksystem.ch/beerp/beerp-the-fxruby-erp/" rel="nofollow">BeERP</a>, a commercial ERP system. I don&#8217;t know if they have the resources or desire to fork FXRuby. Note that FXRuby is licensed under the <a href="http://www.gnu.org/copyleft/lesser.html" rel="nofollow">GNU Lesser General Public License</a>, which ensures that any forks of FXRuby will also be open source (i.e. the fact that I&#8217;m not working on FXRuby anymore doesn&#8217;t change anything in that regard).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving On by Björn Bergqvist</title>
		<link>http://lylejohnson.name/blog/2010/08/04/moving-on/comment-page-1/#comment-9301</link>
		<dc:creator>Björn Bergqvist</dc:creator>
		<pubDate>Thu, 05 Aug 2010 07:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://lylejohnson.name/blog/?p=378#comment-9301</guid>
		<description>Thanks for the work you&#039;&#039;ve done! Which projects are the largest using FXRuby? 
Are there commercial projects using FXRuby who have the resources to fork FXRuby, will it then be closed source?</description>
		<content:encoded><![CDATA[<p>Thanks for the work you&#8221;ve done! Which projects are the largest using FXRuby?<br />
Are there commercial projects using FXRuby who have the resources to fork FXRuby, will it then be closed source?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving On by Lyle</title>
		<link>http://lylejohnson.name/blog/2010/08/04/moving-on/comment-page-1/#comment-9300</link>
		<dc:creator>Lyle</dc:creator>
		<pubDate>Wed, 04 Aug 2010 15:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://lylejohnson.name/blog/?p=378#comment-9300</guid>
		<description>I don&#039;t know exactly what&#039;s next, Brian, but watch this space. ;)</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know exactly what&#8217;s next, Brian, but watch this space. <img src='http://lylejohnson.name/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving On by Brian Wisti</title>
		<link>http://lylejohnson.name/blog/2010/08/04/moving-on/comment-page-1/#comment-9299</link>
		<dc:creator>Brian Wisti</dc:creator>
		<pubDate>Wed, 04 Aug 2010 15:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://lylejohnson.name/blog/?p=378#comment-9299</guid>
		<description>I&#039;m sad to see you step away from FXRuby, but I do understand. You&#039;ve put a lot of work into it - code, documentation, a book. FXRuby has been tremendously helpful in several of my own projects. Thanks for all that you&#039;ve done!

So - what&#039;s next?</description>
		<content:encoded><![CDATA[<p>I&#8217;m sad to see you step away from FXRuby, but I do understand. You&#8217;ve put a lot of work into it &#8211; code, documentation, a book. FXRuby has been tremendously helpful in several of my own projects. Thanks for all that you&#8217;ve done!</p>
<p>So &#8211; what&#8217;s next?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wait, what was that last bit? by Jim Weirich</title>
		<link>http://lylejohnson.name/blog/2009/10/26/wait-what-was-that-last-bit/comment-page-1/#comment-9254</link>
		<dc:creator>Jim Weirich</dc:creator>
		<pubDate>Tue, 27 Oct 2009 18:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://lylejohnson.name/blog/?p=361#comment-9254</guid>
		<description>Hi Lyle.  Regarding my Redmine installation, I should mention that I&#039;m in the process of switching over to Pivotal Tracker for ticketing, mainly to get out of the hassle of maintaining Redmine on my own server.</description>
		<content:encoded><![CDATA[<p>Hi Lyle.  Regarding my Redmine installation, I should mention that I&#8217;m in the process of switching over to Pivotal Tracker for ticketing, mainly to get out of the hassle of maintaining Redmine on my own server.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

