<?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 on: Clojure defrecord deftype</title>
	<atom:link href="http://techbehindtech.com/2010/11/15/clojure-defrecord-deftype/feed/" rel="self" type="application/rss+xml" />
	<link>http://techbehindtech.com/2010/11/15/clojure-defrecord-deftype/</link>
	<description>Raw information. No finesse :)</description>
	<lastBuildDate>Tue, 28 May 2013 06:47:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Siva Jagadeesan</title>
		<link>http://techbehindtech.com/2010/11/15/clojure-defrecord-deftype/#comment-129</link>
		<dc:creator><![CDATA[Siva Jagadeesan]]></dc:creator>
		<pubDate>Wed, 17 Nov 2010 00:54:33 +0000</pubDate>
		<guid isPermaLink="false">https://sivajag.wordpress.com/?p=208#comment-129</guid>
		<description><![CDATA[Hi Glen:

Thanks for pointing it out. I have updated the blog to include lotr declaration.

It does matter which one you use. As you can see keyword access is available only for map and defrecord and not for deftype.

So use defrecord or map for domain constructs and use deftyoe for program constructs.

-- Siva Jagadeesan]]></description>
		<content:encoded><![CDATA[<p>Hi Glen:</p>
<p>Thanks for pointing it out. I have updated the blog to include lotr declaration.</p>
<p>It does matter which one you use. As you can see keyword access is available only for map and defrecord and not for deftype.</p>
<p>So use defrecord or map for domain constructs and use deftyoe for program constructs.</p>
<p>&#8211; Siva Jagadeesan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen</title>
		<link>http://techbehindtech.com/2010/11/15/clojure-defrecord-deftype/#comment-128</link>
		<dc:creator><![CDATA[Glen]]></dc:creator>
		<pubDate>Wed, 17 Nov 2010 00:43:00 +0000</pubDate>
		<guid isPermaLink="false">https://sivajag.wordpress.com/?p=208#comment-128</guid>
		<description><![CDATA[I don&#039;t see why deftype (example 3) would work at all, since your lotr was left undefined in this example.  So, are all of the above methods equivalent?  Does it matter which one I use??]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t see why deftype (example 3) would work at all, since your lotr was left undefined in this example.  So, are all of the above methods equivalent?  Does it matter which one I use??</p>
]]></content:encoded>
	</item>
</channel>
</rss>
