<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-9191264461942768486.post7162764246516601041..comments</id><updated>2007-05-30T12:22:34.411-07:00</updated><title type='text'>Comments on Dive into Perl 6: Perl 6: Round 2</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://diveintoperl6.blogspot.com/feeds/7162764246516601041/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9191264461942768486/7162764246516601041/comments/default'/><link rel='alternate' type='text/html' href='http://diveintoperl6.blogspot.com/2007/05/perl-6-round-2.html'/><author><name>austin</name><uri>http://www.blogger.com/profile/04568181737985699678</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-9191264461942768486.post-7402197317459056558</id><published>2007-05-30T12:22:00.000-07:00</published><updated>2007-05-30T12:22:00.000-07:00</updated><title type='text'>@ben: It's on the to-do list, so don't worry. :)Ri...</title><content type='html'>@ben: It's on the to-do list, so don't worry. :)&lt;BR/&gt;&lt;BR/&gt;Right now I'm thinking of an interlude however, to look at more functional examples of Perl 6. But Macro's are going to be covered at one point or another.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9191264461942768486/7162764246516601041/comments/default/7402197317459056558'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9191264461942768486/7162764246516601041/comments/default/7402197317459056558'/><link rel='alternate' type='text/html' href='http://diveintoperl6.blogspot.com/2007/05/perl-6-round-2.html?showComment=1180552920000#c7402197317459056558' title=''/><author><name>austin seipp</name><uri>http://austin.youareinferior.net</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://diveintoperl6.blogspot.com/2007/05/perl-6-round-2.html' ref='tag:blogger.com,1999:blog-9191264461942768486.post-7162764246516601041' source='http://www.blogger.com/feeds/9191264461942768486/posts/default/7162764246516601041' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-9191264461942768486.post-1721604516041163966</id><published>2007-05-30T12:00:00.000-07:00</published><updated>2007-05-30T12:00:00.000-07:00</updated><title type='text'>Should definitely think about covering macros too ...</title><content type='html'>Should definitely think about covering macros too at some point. I played around with them on Pugs a few months ago and they were working then so I'm sure they're suitable material for this series.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9191264461942768486/7162764246516601041/comments/default/1721604516041163966'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9191264461942768486/7162764246516601041/comments/default/1721604516041163966'/><link rel='alternate' type='text/html' href='http://diveintoperl6.blogspot.com/2007/05/perl-6-round-2.html?showComment=1180551600000#c1721604516041163966' title=''/><author><name>Ben</name><uri>http://www.blogger.com/profile/16913862172306662889</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://diveintoperl6.blogspot.com/2007/05/perl-6-round-2.html' ref='tag:blogger.com,1999:blog-9191264461942768486.post-7162764246516601041' source='http://www.blogger.com/feeds/9191264461942768486/posts/default/7162764246516601041' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-9191264461942768486.post-4501358926111210003</id><published>2007-05-30T00:10:00.000-07:00</published><updated>2007-05-30T00:10:00.000-07:00</updated><title type='text'>I think a clarification is needed in the text: "if...</title><content type='html'>I think a clarification is needed in the text: "if you do not define parameters explicitly, they will be given as read-only (just copies, not a reference) in @_:" shouuld be "if you don't define them as read-write". See S06.&lt;BR/&gt;&lt;BR/&gt;In current pugs though, it will work partly:&lt;BR/&gt;sub f($a) {$a++} # raise an error&lt;BR/&gt;sub f($a is rw) {$a++} #works as expected&lt;BR/&gt;sub f(@a) {@a++} # does side effect but should not, I believe</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9191264461942768486/7162764246516601041/comments/default/4501358926111210003'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9191264461942768486/7162764246516601041/comments/default/4501358926111210003'/><link rel='alternate' type='text/html' href='http://diveintoperl6.blogspot.com/2007/05/perl-6-round-2.html?showComment=1180509000000#c4501358926111210003' title=''/><author><name>riffraff</name><uri>http://riffraff.info</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://diveintoperl6.blogspot.com/2007/05/perl-6-round-2.html' ref='tag:blogger.com,1999:blog-9191264461942768486.post-7162764246516601041' source='http://www.blogger.com/feeds/9191264461942768486/posts/default/7162764246516601041' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-9191264461942768486.post-7801902336856326855</id><published>2007-05-29T19:51:00.000-07:00</published><updated>2007-05-29T19:51:00.000-07:00</updated><title type='text'>It's tenets, not tenants. Perl 6 is not a building...</title><content type='html'>It's &lt;I&gt;tenets&lt;/I&gt;, not &lt;I&gt;tenants&lt;/I&gt;. Perl 6 is not a building full of people.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9191264461942768486/7162764246516601041/comments/default/7801902336856326855'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9191264461942768486/7162764246516601041/comments/default/7801902336856326855'/><link rel='alternate' type='text/html' href='http://diveintoperl6.blogspot.com/2007/05/perl-6-round-2.html?showComment=1180493460000#c7801902336856326855' title=''/><author><name>Dave Rolsky</name><uri>http://www.blogger.com/profile/01627227614124925959</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://diveintoperl6.blogspot.com/2007/05/perl-6-round-2.html' ref='tag:blogger.com,1999:blog-9191264461942768486.post-7162764246516601041' source='http://www.blogger.com/feeds/9191264461942768486/posts/default/7162764246516601041' type='text/html'/></entry></feed>