<?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 for 听风看海</title>
	<atom:link href="http://www.tiddr.de/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tiddr.de/blog</link>
	<description>tiddr</description>
	<lastBuildDate>Mon, 21 Nov 2011 08:46:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on js is weird by Mattew</title>
		<link>http://www.tiddr.de/blog/2011/06/01/js-is-weird/comment-page-1/#comment-28</link>
		<dc:creator>Mattew</dc:creator>
		<pubDate>Mon, 21 Nov 2011 08:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tiddr.de/blog/?p=352#comment-28</guid>
		<description>Hi,
It&#039;s similar when using the l() function in fact, but it&#039;s not exactly the same, ll() is not anonymous ;) and ll() could be called by himself.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
It&#8217;s similar when using the l() function in fact, but it&#8217;s not exactly the same, ll() is not anonymous <img src='http://www.tiddr.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  and ll() could be called by himself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on js is weird by admin</title>
		<link>http://www.tiddr.de/blog/2011/06/01/js-is-weird/comment-page-1/#comment-27</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 20 Nov 2011 11:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tiddr.de/blog/?p=352#comment-27</guid>
		<description>HI Mattew,

Thanks for the comment. 
I think 

var l = function ll() {...}

just like

var l = function () { ... }

that means a anonymous function is created and the ll is not used.</description>
		<content:encoded><![CDATA[<p>HI Mattew,</p>
<p>Thanks for the comment.<br />
I think </p>
<p>var l = function ll() {&#8230;}</p>
<p>just like</p>
<p>var l = function () { &#8230; }</p>
<p>that means a anonymous function is created and the ll is not used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on js is weird by Mattew</title>
		<link>http://www.tiddr.de/blog/2011/06/01/js-is-weird/comment-page-1/#comment-26</link>
		<dc:creator>Mattew</dc:creator>
		<pubDate>Thu, 17 Nov 2011 20:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.tiddr.de/blog/?p=352#comment-26</guid>
		<description>Hi !

Not so weird, you can call your fonction with l().

Try this : var l = ll(){ return &#039;Hello world!&#039;; }
call l (little L) will return ll() but call l() will return the Hello message.
it&#039;s the same behavior happening when calling for example jQuery(&#039;input:first&#039;).val instead of jQuery(&#039;input:first&#039;).val();

This kind of syntax (i mean var l = ll(){} ) is a bit useless because ll() can be call only inside itself in this way. Call a function inside itself could be usefull, but in this case we prefere to use arguments.callee to do that.

Very interesting blog ;)</description>
		<content:encoded><![CDATA[<p>Hi !</p>
<p>Not so weird, you can call your fonction with l().</p>
<p>Try this : var l = ll(){ return &#8216;Hello world!&#8217;; }<br />
call l (little L) will return ll() but call l() will return the Hello message.<br />
it&#8217;s the same behavior happening when calling for example jQuery(&#8216;input:first&#8217;).val instead of jQuery(&#8216;input:first&#8217;).val();</p>
<p>This kind of syntax (i mean var l = ll(){} ) is a bit useless because ll() can be call only inside itself in this way. Call a function inside itself could be usefull, but in this case we prefere to use arguments.callee to do that.</p>
<p>Very interesting blog <img src='http://www.tiddr.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on objective c 1 by tiw</title>
		<link>http://www.tiddr.de/blog/2009/06/06/objective-c-1/comment-page-1/#comment-19</link>
		<dc:creator>tiw</dc:creator>
		<pubDate>Sun, 07 Jun 2009 00:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.tiddr.de/blog/2009/06/06/objective-c-1/#comment-19</guid>
		<description>thanks for the comment.
I think newPersonWithName:withYear is just like a sentence.
I first impress of objective c is, the program in objective c can be read like in english.</description>
		<content:encoded><![CDATA[<p>thanks for the comment.<br />
I think newPersonWithName:withYear is just like a sentence.<br />
I first impress of objective c is, the program in objective c can be read like in english.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on objective c 1 by Chris Hanson</title>
		<link>http://www.tiddr.de/blog/2009/06/06/objective-c-1/comment-page-1/#comment-18</link>
		<dc:creator>Chris Hanson</dc:creator>
		<pubDate>Sat, 06 Jun 2009 21:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.tiddr.de/blog/2009/06/06/objective-c-1/#comment-18</guid>
		<description>A more Cocoa-style method name would be -initWithName:year:.</description>
		<content:encoded><![CDATA[<p>A more Cocoa-style method name would be -initWithName:year:.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

