<?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: Day 21 &#8211; transliteration and beyond</title>
	<atom:link href="http://perl6advent.wordpress.com/2010/12/21/day-21-transliteration-and-beyond/feed/" rel="self" type="application/rss+xml" />
	<link>http://perl6advent.wordpress.com/2010/12/21/day-21-transliteration-and-beyond/</link>
	<description>Something cool about Perl 6 every day</description>
	<lastBuildDate>Sun, 03 Feb 2013 05:15:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: trans=</title>
		<link>http://perl6advent.wordpress.com/2010/12/21/day-21-transliteration-and-beyond/#comment-624</link>
		<dc:creator><![CDATA[trans=]]></dc:creator>
		<pubDate>Tue, 21 Dec 2010 21:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=695#comment-624</guid>
		<description><![CDATA[Thanks, that is a really helpful way to think about it and it does make sense that way.]]></description>
		<content:encoded><![CDATA[<p>Thanks, that is a really helpful way to think about it and it does make sense that way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://perl6advent.wordpress.com/2010/12/21/day-21-transliteration-and-beyond/#comment-623</link>
		<dc:creator><![CDATA[Dave]]></dc:creator>
		<pubDate>Tue, 21 Dec 2010 20:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=695#comment-623</guid>
		<description><![CDATA[Think of it as &quot;$object .= method&quot; -- i.e. it&#039;s the &quot;.&quot; method call operator that gets extended by analogy with &quot;+=&quot; etc., not the method name.]]></description>
		<content:encoded><![CDATA[<p>Think of it as &#8220;$object .= method&#8221; &#8212; i.e. it&#8217;s the &#8220;.&#8221; method call operator that gets extended by analogy with &#8220;+=&#8221; etc., not the method name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thundergnat</title>
		<link>http://perl6advent.wordpress.com/2010/12/21/day-21-transliteration-and-beyond/#comment-622</link>
		<dc:creator><![CDATA[thundergnat]]></dc:creator>
		<pubDate>Tue, 21 Dec 2010 20:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=695#comment-622</guid>
		<description><![CDATA[The .= IS the general method mutator. It works for any method. $x.=lc, $x.=uc, $x.=flip, $x.=subst(&#039;for&#039;,&#039;bar&#039;), whatever.


Just like $foo + 3 is different from $foo += 3, $foo.trans( &#039;bar&#039; =&gt; &#039;pog&#039; ) is different from $foo.=trans( &#039;bar&#039; =&gt; &#039;pog&#039; ). In the first instance $foo is not being modified, in the second it is.]]></description>
		<content:encoded><![CDATA[<p>The .= IS the general method mutator. It works for any method. $x.=lc, $x.=uc, $x.=flip, $x.=subst(&#8216;for&#8217;,'bar&#8217;), whatever.</p>
<p>Just like $foo + 3 is different from $foo += 3, $foo.trans( &#8216;bar&#8217; =&gt; &#8216;pog&#8217; ) is different from $foo.=trans( &#8216;bar&#8217; =&gt; &#8216;pog&#8217; ). In the first instance $foo is not being modified, in the second it is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trans=</title>
		<link>http://perl6advent.wordpress.com/2010/12/21/day-21-transliteration-and-beyond/#comment-621</link>
		<dc:creator><![CDATA[trans=]]></dc:creator>
		<pubDate>Tue, 21 Dec 2010 19:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=695#comment-621</guid>
		<description><![CDATA[&quot;You can easily get the mutating behavior by doing .=trans:&quot;

Wouldn&#039;t it have made more sense to call it trans= , by analogy to += , *= and so on? Or does trailing equal already have a different meaning?]]></description>
		<content:encoded><![CDATA[<p>&#8220;You can easily get the mutating behavior by doing .=trans:&#8221;</p>
<p>Wouldn&#8217;t it have made more sense to call it trans= , by analogy to += , *= and so on? Or does trailing equal already have a different meaning?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
