<?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: Yahoo Finance in Clojure</title>
	<atom:link href="http://www.paullegato.com/blog/yahoo-finance-clojure/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paullegato.com/blog/yahoo-finance-clojure/</link>
	<description></description>
	<lastBuildDate>Thu, 12 Aug 2010 21:24:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: pjonesdotca</title>
		<link>http://www.paullegato.com/blog/yahoo-finance-clojure/comment-page-1/#comment-193</link>
		<dc:creator>pjonesdotca</dc:creator>
		<pubDate>Mon, 12 Jul 2010 03:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.paullegato.com/?p=146#comment-193</guid>
		<description>‎(eql? (+ yahoo.finance clojure) awesome)
=&gt; #t</description>
		<content:encoded><![CDATA[<p>‎(eql? (+ yahoo.finance clojure) awesome)<br />
=&gt; #t</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.paullegato.com/blog/yahoo-finance-clojure/comment-page-1/#comment-45</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 23 Mar 2010 01:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.paullegato.com/?p=146#comment-45</guid>
		<description>You might be interested in clj-apache-http, which does all the HttpClient nonsense for you.

Look on GitHub or Clojars.</description>
		<content:encoded><![CDATA[<p>You might be interested in clj-apache-http, which does all the HttpClient nonsense for you.</p>
<p>Look on GitHub or Clojars.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Legato</title>
		<link>http://www.paullegato.com/blog/yahoo-finance-clojure/comment-page-1/#comment-40</link>
		<dc:creator>Paul Legato</dc:creator>
		<pubDate>Thu, 18 Mar 2010 20:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.paullegato.com/?p=146#comment-40</guid>
		<description>Very nice, thanks. I much prefer your version :)
Apache&#039;s very bloated, so yours is probably faster.

I suspect libcurl multi-mode would be still faster - it puts all connections in one thread, and so avoids thread creation/teardown overhead - but I haven&#039;t been able to find Java bindings that enable multi-mode yet.. and at this stage it&#039;s not worth the few extra seconds it would yield to write them myself.

Thanks for sharing the code.

Cheers,
Paul</description>
		<content:encoded><![CDATA[<p>Very nice, thanks. I much prefer your version <img src='http://www.paullegato.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Apache&#8217;s very bloated, so yours is probably faster.</p>
<p>I suspect libcurl multi-mode would be still faster &#8211; it puts all connections in one thread, and so avoids thread creation/teardown overhead &#8211; but I haven&#8217;t been able to find Java bindings that enable multi-mode yet.. and at this stage it&#8217;s not worth the few extra seconds it would yield to write them myself.</p>
<p>Thanks for sharing the code.</p>
<p>Cheers,<br />
Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Shore</title>
		<link>http://www.paullegato.com/blog/yahoo-finance-clojure/comment-page-1/#comment-39</link>
		<dc:creator>Jonathan Shore</dc:creator>
		<pubDate>Thu, 18 Mar 2010 18:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.paullegato.com/?p=146#comment-39</guid>
		<description>Cool (did not get to respond to ur msg b4 as lost power for 5 days).

As for Apache, agree with you completely.  Most of the Apache software is heavyweight and over-engineered.   I try to stay away from anything Apache even in Java-land.</description>
		<content:encoded><![CDATA[<p>Cool (did not get to respond to ur msg b4 as lost power for 5 days).</p>
<p>As for Apache, agree with you completely.  Most of the Apache software is heavyweight and over-engineered.   I try to stay away from anything Apache even in Java-land.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baishampayan Ghose</title>
		<link>http://www.paullegato.com/blog/yahoo-finance-clojure/comment-page-1/#comment-33</link>
		<dc:creator>Baishampayan Ghose</dc:creator>
		<pubDate>Mon, 15 Mar 2010 11:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.paullegato.com/?p=146#comment-33</guid>
		<description>Interesting. But your code has too many Java-isms. This is my take, which has considerably more idiomatic Clojure. While I don&#039;t make any performance guarantees, it should be at least equally fast (if not faster) than yours :)

http://github.com/ghoseb/yfinance</description>
		<content:encoded><![CDATA[<p>Interesting. But your code has too many Java-isms. This is my take, which has considerably more idiomatic Clojure. While I don&#8217;t make any performance guarantees, it should be at least equally fast (if not faster) than yours <img src='http://www.paullegato.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://github.com/ghoseb/yfinance" rel="nofollow">http://github.com/ghoseb/yfinance</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
