<?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 on: Creativity in Programming</title>
	<atom:link href="http://www.noulakaz.net/weblog/2008/01/21/creativity-in-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.noulakaz.net/weblog/2008/01/21/creativity-in-programming/</link>
	<description>My opinion on Teaching, Programming, Technology and Web 2.0 in Mauritius</description>
	<lastBuildDate>Sun, 14 Mar 2010 03:05:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: avinash</title>
		<link>http://www.noulakaz.net/weblog/2008/01/21/creativity-in-programming/#comment-101485</link>
		<dc:creator>avinash</dc:creator>
		<pubDate>Mon, 28 Jan 2008 17:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.noulakaz.net/weblog/2008/01/21/creativity-in-programming/#comment-101485</guid>
		<description>Cool :-)

In programming languages where parallel assignment can be done (e.g. Ruby), the above can simply (and beautifully) be written as:

&#160;&#160;&#160;&#160;a, b = b, a+b</description>
		<content:encoded><![CDATA[<p>Cool <img src='http://www.noulakaz.net/weblog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>In programming languages where parallel assignment can be done (e.g. Ruby), the above can simply (and beautifully) be written as:</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;a, b = b, a+b</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qwerty</title>
		<link>http://www.noulakaz.net/weblog/2008/01/21/creativity-in-programming/#comment-101451</link>
		<dc:creator>qwerty</dc:creator>
		<pubDate>Mon, 28 Jan 2008 14:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.noulakaz.net/weblog/2008/01/21/creativity-in-programming/#comment-101451</guid>
		<description>In non-recursive fibonacci function, there need not be an &#039;old_a&#039; variable; we can manage with the two existing &#039;a&#039; and &#039;b&#039; variables. ;-) :P

b += a;
a  = b-a;</description>
		<content:encoded><![CDATA[<p>In non-recursive fibonacci function, there need not be an &#8216;old_a&#8217; variable; we can manage with the two existing &#8216;a&#8217; and &#8216;b&#8217; variables. <img src='http://www.noulakaz.net/weblog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  <img src='http://www.noulakaz.net/weblog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>b += a;<br />
a  = b-a;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: n!135h</title>
		<link>http://www.noulakaz.net/weblog/2008/01/21/creativity-in-programming/#comment-100622</link>
		<dc:creator>n!135h</dc:creator>
		<pubDate>Sat, 26 Jan 2008 08:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.noulakaz.net/weblog/2008/01/21/creativity-in-programming/#comment-100622</guid>
		<description>:P

a good starting point is needed ;) but for sure as roopa said,they will have fun, directly or indirectly :D and then tackling third year would be easy ;)

Why do i have the inner feeling it will be Ruby :D,but like i said before ,if they are having fun,then its all good :)

having a quick glance at the others, scheme seems interesting as well ^^ factor as well..should see how they work...personally i thk its too bad that i/most of us are still in the concept of what to learn/think and not how to learn/think,would have been fun if it was &quot;easy&quot; to grasp any pl language as plain english :)</description>
		<content:encoded><![CDATA[<p> <img src='http://www.noulakaz.net/weblog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>a good starting point is needed <img src='http://www.noulakaz.net/weblog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  but for sure as roopa said,they will have fun, directly or indirectly <img src='http://www.noulakaz.net/weblog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  and then tackling third year would be easy <img src='http://www.noulakaz.net/weblog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Why do i have the inner feeling it will be Ruby <img src='http://www.noulakaz.net/weblog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ,but like i said before ,if they are having fun,then its all good <img src='http://www.noulakaz.net/weblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>having a quick glance at the others, scheme seems interesting as well ^^ factor as well..should see how they work&#8230;personally i thk its too bad that i/most of us are still in the concept of what to learn/think and not how to learn/think,would have been fun if it was &#8220;easy&#8221; to grasp any pl language as plain english <img src='http://www.noulakaz.net/weblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: avinash</title>
		<link>http://www.noulakaz.net/weblog/2008/01/21/creativity-in-programming/#comment-99391</link>
		<dc:creator>avinash</dc:creator>
		<pubDate>Wed, 23 Jan 2008 14:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.noulakaz.net/weblog/2008/01/21/creativity-in-programming/#comment-99391</guid>
		<description>Only for the iterative version. The recursive version takes a substantial time as from n=20-25. My objective is that CS = Maths + Time + Space. I want them to understand that a CS looks not only for the correct solution but also for the most efficient one...

As for the rest, I&#039;ll let you know on Friday if they are still alive!</description>
		<content:encoded><![CDATA[<p>Only for the iterative version. The recursive version takes a substantial time as from n=20-25. My objective is that CS = Maths + Time + Space. I want them to understand that a CS looks not only for the correct solution but also for the most efficient one&#8230;</p>
<p>As for the rest, I&#8217;ll let you know on Friday if they are still alive!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roopa</title>
		<link>http://www.noulakaz.net/weblog/2008/01/21/creativity-in-programming/#comment-99304</link>
		<dc:creator>roopa</dc:creator>
		<pubDate>Wed, 23 Jan 2008 06:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.noulakaz.net/weblog/2008/01/21/creativity-in-programming/#comment-99304</guid>
		<description>kinda easy...

but i think, return in problem 1 will have been zero most of the time..

it might also be interesting to compare time taken for problem 3 in c++ and prolog..

anyway am sure you&#039;ll make the class fun both yourself and the students!!..

quote
&quot;My second objective is to make sure that the students are ready to digest whatever I’ve prepared for them as from Friday&quot;

students don&#039;t forget your Andrews lol!!</description>
		<content:encoded><![CDATA[<p>kinda easy&#8230;</p>
<p>but i think, return in problem 1 will have been zero most of the time..</p>
<p>it might also be interesting to compare time taken for problem 3 in c++ and prolog..</p>
<p>anyway am sure you&#8217;ll make the class fun both yourself and the students!!..</p>
<p>quote<br />
&#8220;My second objective is to make sure that the students are ready to digest whatever I’ve prepared for them as from Friday&#8221;</p>
<p>students don&#8217;t forget your Andrews lol!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
