<?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>Komentarze do: Funkcje jako dane wejściowe</title>
	<atom:link href="http://xion.org.pl/2009/05/29/funkcje-jako-dane-wejsciowe/feed/" rel="self" type="application/rss+xml" />
	<link>http://xion.org.pl/2009/05/29/funkcje-jako-dane-wejsciowe/</link>
	<description>Blog Xiona o programowaniu i innych ciekawych rzeczach :)</description>
	<lastBuildDate>Sat, 31 Jul 2010 11:55:13 +0200</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Autor: Xion</title>
		<link>http://xion.org.pl/2009/05/29/funkcje-jako-dane-wejsciowe/comment-page-1/#comment-6103</link>
		<dc:creator>Xion</dc:creator>
		<pubDate>Mon, 01 Jun 2009 16:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://xion.org.pl/?p=834#comment-6103</guid>
		<description>Tak też bywa. Ale w JavaScript mamy też na przykład:
[java]setTimeout (&quot;alert(&#039;5 sekund&#039;)&quot;, 5000);[/java]
:-)</description>
		<content:encoded><![CDATA[<p>Tak też bywa. Ale w JavaScript mamy też na przykład:</p>
<div class="syntax_hilite">
<div id="java-1">
<div class="java">setTimeout <span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"alert('5 sekund')"</span>, <span style="color: #cc66cc;">5000</span><span style="color: #66cc66;">&#41;</span>;</div>
</div>
</div>
<p>
:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Anonim</title>
		<link>http://xion.org.pl/2009/05/29/funkcje-jako-dane-wejsciowe/comment-page-1/#comment-6102</link>
		<dc:creator>Anonim</dc:creator>
		<pubDate>Mon, 01 Jun 2009 16:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://xion.org.pl/?p=834#comment-6102</guid>
		<description>Mam nadzieję, że nie obrazisz się za mały offtop: grasz może dalej w WoWa?</description>
		<content:encoded><![CDATA[<p>Mam nadzieję, że nie obrazisz się za mały offtop: grasz może dalej w WoWa?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: revo</title>
		<link>http://xion.org.pl/2009/05/29/funkcje-jako-dane-wejsciowe/comment-page-1/#comment-6099</link>
		<dc:creator>revo</dc:creator>
		<pubDate>Sun, 31 May 2009 19:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://xion.org.pl/?p=834#comment-6099</guid>
		<description>W C# można użyć jeszcze wyrażeń lambda ;)</description>
		<content:encoded><![CDATA[<p>W C# można użyć jeszcze wyrażeń lambda ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Reg</title>
		<link>http://xion.org.pl/2009/05/29/funkcje-jako-dane-wejsciowe/comment-page-1/#comment-6098</link>
		<dc:creator>Reg</dc:creator>
		<pubDate>Sun, 31 May 2009 12:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://xion.org.pl/?p=834#comment-6098</guid>
		<description>W językach skryptowych chodzi nie tyle o przekazanie nazwy jako stringa, ile o to, że często w nich funkcja też jest wartością (specjalnego typu &quot;funkcja&quot;), którą można przekazywać.</description>
		<content:encoded><![CDATA[<p>W językach skryptowych chodzi nie tyle o przekazanie nazwy jako stringa, ile o to, że często w nich funkcja też jest wartością (specjalnego typu "funkcja"), którą można przekazywać.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Kos</title>
		<link>http://xion.org.pl/2009/05/29/funkcje-jako-dane-wejsciowe/comment-page-1/#comment-6097</link>
		<dc:creator>Kos</dc:creator>
		<pubDate>Sat, 30 May 2009 18:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://xion.org.pl/?p=834#comment-6097</guid>
		<description>Hehe, w D jest jeszcze jedno fajne rozwiązanie:

void dotimes(int n, lazy void exp)
{
    while (n--)
	exp();
}

void test()
{   int x;
    dotimes(3, writefln(x++));
}</description>
		<content:encoded><![CDATA[<p>Hehe, w D jest jeszcze jedno fajne rozwiązanie:</p>
<p>void dotimes(int n, lazy void exp)<br />
{<br />
    while (n--)<br />
	exp();<br />
}</p>
<p>void test()<br />
{   int x;<br />
    dotimes(3, writefln(x++));<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
