<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title><![CDATA[Perl 6: SMOP Run Loop]]></title>
<link>http://www.perlfoundation.org/perl6/index.cgi?smop_run_loop</link>
<description></description>
<pubDate>Mon, 21 Jan 2008 17:13:48 -0000</pubDate>
<webMaster>synedra@gmail.com</webMaster>
<generator>Socialtext Workspace v2.14.7.2</generator>

<item>
<title><![CDATA[SMOP Run Loop]]></title>
<link>http://www.perlfoundation.org/perl6/index.cgi?smop_run_loop</link>
<description><![CDATA[<div class="wiki">
<p>
This code illustrates how the SMOP Run Loop works:</p>
<pre>
if ($interpreter.has_next()) {
    $interpreter.next();
    $interpreter.eval();
}
</pre>
<br /><p>
This means that the first node of any continuation is likely to not be evaluated by the loop. Use it to receive parameters or to take return values.</p>
</div>
]]></description>
<author>Daniel Ruoso</author>
<guid isPermaLink="true">http://www.perlfoundation.org/perl6/index.cgi?smop_run_loop</guid>
<pubDate>Mon, 21 Jan 2008 17:13:48 -0000</pubDate>
</item>

</channel>
</rss>