<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Man With Code &#187; introduction</title>
	<atom:link href="http://manwithcode.com/tag/introduction/feed/" rel="self" type="application/rss+xml" />
	<link>http://manwithcode.com</link>
	<description>Teaching You, One Tutorial at a Time</description>
	<lastBuildDate>Tue, 22 Feb 2011 23:40:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Programming With Ruby Episode 1, Introduction</title>
		<link>http://manwithcode.com/31/programming-with-ruby-episode-1-introduction/</link>
		<comments>http://manwithcode.com/31/programming-with-ruby-episode-1-introduction/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 02:30:28 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[Ruby Programming]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[introduction]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://manwithcode.com/?p=31</guid>
		<description><![CDATA[Covered in this episode: What this series is about A Short History of programming languages What is Ruby (and who makes it) What is Ruby used for Who am I Why am I teaching this Transcript Hello everybody and welcome to Programming with Ruby Episode 1, Introduction What this series is about By the end [...]]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/p3jyESVlA2k&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/p3jyESVlA2k&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<strong>Covered in this episode:</strong></p>
<ul>
<li>What this series is about</li>
<li>A Short History of programming languages</li>
<li>What is Ruby (and who makes it)</li>
<li>What is Ruby used for</li>
<li>Who am I</li>
<li>Why am I teaching this</li>
</ul>
<p><strong>Transcript</strong></p>
<p>Hello everybody and welcome to Programming with Ruby Episode 1, Introduction</p>
<p><strong>What this series is about </strong><br />
By the end of this series you should be able to effectively use the programming language, Ruby</p>
<p><strong>Short History of Programming Languages </strong><br />
when it all first started out, everything was just 1s and 0s, it was hard to use, and difficult to debug<br />
then it got a little better when assembly came along. You had words like MOV that translated into the corresponding 1s and 0s. compiled by and assembler<br />
then came COLBOL and FORTRAN<br />
then C, which was better, but still sucked<br />
then C++ which brought object orientation to the world<br />
then Python and Ruby. they are both object oriented and very easy to use.</p>
<p><strong>What is Ruby? </strong><br />
A programming language, that supports many different kinds of programming paradigms, and is fully object oriented<br />
Ruby was created by Yuukihiro &#8220;Matz&#8221; Matsumoto<br />
Matz designed Ruby to be natural, not simple. I think he achieved that.</p>
<p><strong>What is Ruby Used For?</strong><br />
Ruby is used a lot for Web Applications<br />
Computer Administration<br />
Task Automation<br />
Game Programming<br />
And almost anything else<br />
The only thing you might want to stay away from are things that are computationally expensive, like image processing.</p>
<p><strong>Who am I? </strong><br />
I am Tyler J Church<br />
I run the sites Man With Code (manwithcode.com) and ruby game dev (rubygamedev.wordpress.com)</p>
<p><strong>Why am I Teaching This?</strong><br />
It is the tutorial I never had. I was look for something like this when I started learning Ruby. I didn&#8217;t want to read a bunch, I wanted to watch videos, but nothing like that existed<br />
I think video is the best way to learn<br />
I want to give back to the community. That brought me Ruby, that helped me learn. Thank You!</p>
<p><strong>Questions or Comments </strong><br />
Leave a comment on this page<br />
or email me at tyler@manwithcode.com</p>
<p>Thanks for reading!</p>
]]></content:encoded>
			<wfw:commentRss>http://manwithcode.com/31/programming-with-ruby-episode-1-introduction/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<series:name><![CDATA[Ruby Programming]]></series:name>
	</item>
	</channel>
</rss>

