<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Life, The Universe And Everything &#187; Ruby</title>
	<atom:link href="http://kaustubh.padegaonkar.name/category/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://kaustubh.padegaonkar.name</link>
	<description>cat life &#124; grep experiences &#62; blog</description>
	<lastBuildDate>Tue, 10 May 2011 07:22:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>The Worlds&#039; easiest &quot;Hello, World&quot;  app.</title>
		<link>http://kaustubh.padegaonkar.name/2007/12/28/the-worlds-easiest-hello-world-app/</link>
		<comments>http://kaustubh.padegaonkar.name/2007/12/28/the-worlds-easiest-hello-world-app/#comments</comments>
		<pubDate>Fri, 28 Dec 2007 13:16:54 +0000</pubDate>
		<dc:creator>Kaustubh Padegaonkar</dc:creator>
				<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://kaustubh.padegaonkar.name/2007/12/28/the-worlds-easiest-hello-world-app/</guid>
		<description><![CDATA[I just started learning Ruby, with a lot of egging by my brother. And these are my first baby steps in the world of Ruby puts "Hello, World!" Yup, that is a Hello World code in Ruby. No main methods, semi-colons, or returns. Ruby is a type-less, dynamically typed language. Duck-typing As coined by Alex [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I just started learning Ruby, with a lot of egging by my brother. And these are my first baby steps in the world of Ruby <img src='http://kaustubh.padegaonkar.name/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><code>puts "Hello, World!"</code></p>
<p>Yup, that is a Hello World code in <a href="http://www.ruby-lang.org/en/">Ruby</a>. No main methods, semi-colons, or returns.<br />
Ruby is a type-less, dynamically typed language.</p>
<p><a href="http://en.wikipedia.org/wiki/Duck_typing">Duck-typing</a> As coined by Alex Martelli : &#8220;<em>If it walks like a duck and quacks like a duck, I would call it a duck.</em>&#8221;</p>
<p>We are more concerned with the aspects and methods of the object than the type of the objects. In Ruby, I will create a function, and accept an object and send messages to it. If that object does not have the above methods, then a run-time error will occur.</p>
<p>Nice Huh?</p>
<div class="shr-publisher-9"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://kaustubh.padegaonkar.name/2007/12/28/the-worlds-easiest-hello-world-app/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

