<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for s-expressions</title>
	<atom:link href="http://s-expressions.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://s-expressions.com</link>
	<description>Amit Rathore blogs about software development</description>
	<lastBuildDate>Tue, 17 Jan 2012 17:58:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on conjure &#8211; simple mocking and stubbing for Clojure unit-tests by Marco</title>
		<link>http://s-expressions.com/2010/01/24/conjure-simple-mocking-and-stubbing-for-clojure-unit-tests/#comment-1232</link>
		<dc:creator><![CDATA[Marco]]></dc:creator>
		<pubDate>Tue, 17 Jan 2012 17:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://sexp.wordpress.com/?p=281#comment-1232</guid>
		<description><![CDATA[Do you have a good solution for clojure &lt;1.3. The binding version doesn&#039;t work if the dynamic method resoltion is not activated.

You can activate the behaviour like this:
(defn ^:dynamic function-to-be-stubbed-out [])]]></description>
		<content:encoded><![CDATA[<p>Do you have a good solution for clojure &lt;1.3. The binding version doesn&#039;t work if the dynamic method resoltion is not activated.</p>
<p>You can activate the behaviour like this:<br />
(defn ^:dynamic function-to-be-stubbed-out [])</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on frumiOS &#8211; a simple object-system for Clojure by Jaskirat</title>
		<link>http://s-expressions.com/2009/12/10/frumios-a-silly-object-system-for-clojure/#comment-1082</link>
		<dc:creator><![CDATA[Jaskirat]]></dc:creator>
		<pubDate>Wed, 23 Feb 2011 07:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://sexp.wordpress.com/?p=254#comment-1082</guid>
		<description><![CDATA[um i tried to use an img tag i guess it got chomped :D What I was trying to say was that the namespace has expanded to look like a smiley because of &quot;: o&quot;]]></description>
		<content:encoded><![CDATA[<p>um i tried to use an img tag i guess it got chomped <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  What I was trying to say was that the namespace has expanded to look like a smiley because of &#8220;: o&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on frumiOS &#8211; a simple object-system for Clojure by Jaskirat</title>
		<link>http://s-expressions.com/2009/12/10/frumios-a-silly-object-system-for-clojure/#comment-1081</link>
		<dc:creator><![CDATA[Jaskirat]]></dc:creator>
		<pubDate>Wed, 23 Feb 2011 07:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://sexp.wordpress.com/?p=254#comment-1081</guid>
		<description><![CDATA[In the source code shown above for frumios, the OBJECT def seems to have expanded the &quot;:org...&quot; to the &quot;rg...&quot; . You might want to escape that.]]></description>
		<content:encoded><![CDATA[<p>In the source code shown above for frumios, the OBJECT def seems to have expanded the &#8220;:org&#8230;&#8221; to the &#8220;rg&#8230;&#8221; . You might want to escape that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HBase: On designing schemas for column-oriented data-stores by vshanyiao</title>
		<link>http://s-expressions.com/2009/03/08/hbase-on-designing-schemas-for-column-oriented-data-stores/#comment-1051</link>
		<dc:creator><![CDATA[vshanyiao]]></dc:creator>
		<pubDate>Mon, 10 Jan 2011 09:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://s-expressions.com/?p=144#comment-1051</guid>
		<description><![CDATA[thanks for your share,BigTable (and by inference HBase) is not a column-oriented database,it is true.there are some misuses about the term &#039;column-oriented&#039;.
to check this post http://dbmsmusings.blogspot.com/2010/03/distinguishing-two-major-types-of_29.html]]></description>
		<content:encoded><![CDATA[<p>thanks for your share,BigTable (and by inference HBase) is not a column-oriented database,it is true.there are some misuses about the term &#8216;column-oriented&#8217;.<br />
to check this post <a href="http://dbmsmusings.blogspot.com/2010/03/distinguishing-two-major-types-of_29.html" rel="nofollow">http://dbmsmusings.blogspot.com/2010/03/distinguishing-two-major-types-of_29.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HBase: On designing schemas for column-oriented data-stores by Archie</title>
		<link>http://s-expressions.com/2009/03/08/hbase-on-designing-schemas-for-column-oriented-data-stores/#comment-840</link>
		<dc:creator><![CDATA[Archie]]></dc:creator>
		<pubDate>Sat, 09 Oct 2010 07:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://s-expressions.com/?p=144#comment-840</guid>
		<description><![CDATA[How do You find Yur storage model suitable for searching for some data? For example, if, i Your example, You should collect all informations to all cars of the type &quot;honda yaris&quot;. Is there any way how to make it without going through all of columns in cars_model and cars_make ?]]></description>
		<content:encoded><![CDATA[<p>How do You find Yur storage model suitable for searching for some data? For example, if, i Your example, You should collect all informations to all cars of the type &#8220;honda yaris&#8221;. Is there any way how to make it without going through all of columns in cars_model and cars_make ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Medusa 0.1 &#8211; a supervised thread-pool for Clojure futures by Clojure &#8211; Destillat #11 &#124; Open Source und Wetware</title>
		<link>http://s-expressions.com/2010/06/08/medusa-0-1-a-supervised-thread-pool-for-clojure-futures-2/#comment-793</link>
		<dc:creator><![CDATA[Clojure &#8211; Destillat #11 &#124; Open Source und Wetware]]></dc:creator>
		<pubDate>Sat, 17 Jul 2010 08:35:52 +0000</pubDate>
		<guid isPermaLink="false">https://sexp.wordpress.com/?p=295#comment-793</guid>
		<description><![CDATA[[...] Medusa 0.1 &#8211; a supervised thread-pool for Clojure futures [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Medusa 0.1 &#8211; a supervised thread-pool for Clojure futures [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Medusa 0.1 &#8211; a supervised thread-pool for Clojure futures by Medusa 0.1 – a supervised thread-pool for Clojure futures » Clojure, Medusa, Read, Comments » Adjoozey</title>
		<link>http://s-expressions.com/2010/06/08/medusa-0-1-a-supervised-thread-pool-for-clojure-futures-2/#comment-402</link>
		<dc:creator><![CDATA[Medusa 0.1 – a supervised thread-pool for Clojure futures » Clojure, Medusa, Read, Comments » Adjoozey]]></dc:creator>
		<pubDate>Fri, 11 Jun 2010 18:24:35 +0000</pubDate>
		<guid isPermaLink="false">https://sexp.wordpress.com/?p=295#comment-402</guid>
		<description><![CDATA[[...] Read more from the example source: Medusa 0.1 – a supervised thread-pool for Clojure futures [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Read more from the example source: Medusa 0.1 – a supervised thread-pool for Clojure futures [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HBase: On designing schemas for column-oriented data-stores by Capjure: a simple HBase persistence layer - Currylogic Blog</title>
		<link>http://s-expressions.com/2009/03/08/hbase-on-designing-schemas-for-column-oriented-data-stores/#comment-359</link>
		<dc:creator><![CDATA[Capjure: a simple HBase persistence layer - Currylogic Blog]]></dc:creator>
		<pubDate>Fri, 19 Feb 2010 01:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://s-expressions.com/?p=144#comment-359</guid>
		<description><![CDATA[[...] now &#8211; so I thought it might help others. I wrote about my use-case in a previous post about HBase schema design &#8211; and this is the little helper utility I mentioned towards the end of [...]]]></description>
		<content:encoded><![CDATA[<p>[...] now &#8211; so I thought it might help others. I wrote about my use-case in a previous post about HBase schema design &#8211; and this is the little helper utility I mentioned towards the end of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Startup logbook &#8211; v0.1 &#8211; Clojure in production by Startup logbook – v0.2 – distributed Clojure system in production - Currylogic Blog</title>
		<link>http://s-expressions.com/2009/01/28/startup-logbook-clojure-in-production-release-v01/#comment-358</link>
		<dc:creator><![CDATA[Startup logbook – v0.2 – distributed Clojure system in production - Currylogic Blog]]></dc:creator>
		<pubDate>Fri, 19 Feb 2010 01:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://s-expressions.com/?p=128#comment-358</guid>
		<description><![CDATA[[...] into production. We&#8217;ve been working on several things and have made a few pushes since the last time I wrote about this &#8211; but this release has a bunch of interesting Clojure related [...]]]></description>
		<content:encoded><![CDATA[<p>[...] into production. We&#8217;ve been working on several things and have made a few pushes since the last time I wrote about this &#8211; but this release has a bunch of interesting Clojure related [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Startup logbook &#8211; v0.1 &#8211; Clojure in production by Runa is hiring developers - Currylogic Blog</title>
		<link>http://s-expressions.com/2009/01/28/startup-logbook-clojure-in-production-release-v01/#comment-357</link>
		<dc:creator><![CDATA[Runa is hiring developers - Currylogic Blog]]></dc:creator>
		<pubDate>Fri, 19 Feb 2010 01:28:01 +0000</pubDate>
		<guid isPermaLink="false">http://s-expressions.com/?p=128#comment-357</guid>
		<description><![CDATA[[...] http://s-expressions.com/2009/01/28/startup-logbook-clojure-in-production-release-v01/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] <a href="http://s-expressions.com/2009/01/28/startup-logbook-clojure-in-production-release-v01/" rel="nofollow">http://s-expressions.com/2009/01/28/startup-logbook-clojure-in-production-release-v01/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

