<?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: Dereferencing operators</title>
	<atom:link href="http://www.drmaciver.com/2008/01/dereferencing-operators/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.drmaciver.com/2008/01/dereferencing-operators/</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 22:56:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: helium</title>
		<link>http://www.drmaciver.com/2008/01/dereferencing-operators/#comment-126</link>
		<dc:creator>helium</dc:creator>
		<pubDate>Fri, 25 Jan 2008 14:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.drmaciver.com/wordpress/?p=78#comment-126</guid>
		<description>In C and C++ you use * to dereference.</description>
		<content:encoded><![CDATA[<p>In C and C++ you use * to dereference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.drmaciver.com/2008/01/dereferencing-operators/#comment-98</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Mon, 07 Jan 2008 01:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.drmaciver.com/wordpress/?p=78#comment-98</guid>
		<description>In &lt;a HREF=&quot;http://www.erights.org/&quot; REL=&quot;nofollow&quot;&gt;E&lt;/a&gt;, we currently use foo[], which is just the subscript operator with no arguments. That is, a slot (cell, mutable or not) is essentially a zero-dimensional collection.&lt;br/&gt;&lt;br/&gt;(foo[bar...] is syntactic sugar for foo.get(bar...).)</description>
		<content:encoded><![CDATA[<p>In <a HREF="http://www.erights.org/" REL="nofollow">E</a>, we currently use foo[], which is just the subscript operator with no arguments. That is, a slot (cell, mutable or not) is essentially a zero-dimensional collection.</p>
<p>(foo[bar...] is syntactic sugar for foo.get(bar&#8230;).)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pseudonym</title>
		<link>http://www.drmaciver.com/2008/01/dereferencing-operators/#comment-97</link>
		<dc:creator>Pseudonym</dc:creator>
		<pubDate>Mon, 07 Jan 2008 01:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.drmaciver.com/wordpress/?p=78#comment-97</guid>
		<description>BLISS used a dot, which is interesting.  Mind you, it didn&#039;t have modules.&lt;br/&gt;&lt;br/&gt;X = .Y</description>
		<content:encoded><![CDATA[<p>BLISS used a dot, which is interesting.  Mind you, it didn&#8217;t have modules.</p>
<p>X = .Y</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David R. MacIver</title>
		<link>http://www.drmaciver.com/2008/01/dereferencing-operators/#comment-96</link>
		<dc:creator>David R. MacIver</dc:creator>
		<pubDate>Sun, 06 Jan 2008 21:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.drmaciver.com/wordpress/?p=78#comment-96</guid>
		<description>The problem I had with -&gt; which caused me to dismiss it is that it looks very directional. So if I see x -&gt; I wonder what x is pointing to. :-)</description>
		<content:encoded><![CDATA[<p>The problem I had with -> which caused me to dismiss it is that it looks very directional. So if I see x -> I wonder what x is pointing to. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy_f</title>
		<link>http://www.drmaciver.com/2008/01/dereferencing-operators/#comment-95</link>
		<dc:creator>andy_f</dc:creator>
		<pubDate>Sun, 06 Jan 2008 21:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.drmaciver.com/wordpress/?p=78#comment-95</guid>
		<description>The association with Perl makes me wince, but how about -&gt;</description>
		<content:encoded><![CDATA[<p>The association with Perl makes me wince, but how about -></p>
]]></content:encoded>
	</item>
</channel>
</rss>

