<?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: Corners of the Rubyverse: RVM and MacRuby</title>
	<atom:link href="http://pathfindersoftware.com/2009/09/corners-of-the-rubyverse-rvm-and-macruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://pathfindersoftware.com/2009/09/corners-of-the-rubyverse-rvm-and-macruby/</link>
	<description>The Fastest Way to Launch Successful Software</description>
	<lastBuildDate>Thu, 19 Jan 2012 16:36:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Noel Rappin</title>
		<link>http://pathfindersoftware.com/2009/09/corners-of-the-rubyverse-rvm-and-macruby/#comment-9769</link>
		<dc:creator>Noel Rappin</dc:creator>
		<pubDate>Mon, 21 Sep 2009 18:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=4047#comment-9769</guid>
		<description>@Matt -- sorry, that was unclear of me. I meant that the order of the keywords is only important when hitting Cocoa methods, but that&#039;s still unusual from a Ruby perspective (I agree, though, that it&#039;s a very clean way to go back and forth between Ruby and Obj-C syntax).</description>
		<content:encoded><![CDATA[<p>@Matt &#8212; sorry, that was unclear of me. I meant that the order of the keywords is only important when hitting Cocoa methods, but that&#8217;s still unusual from a Ruby perspective (I agree, though, that it&#8217;s a very clean way to go back and forth between Ruby and Obj-C syntax).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ennuyer.net &#187; Blog Archive &#187; Rails Reading - Sept 21, 2009</title>
		<link>http://pathfindersoftware.com/2009/09/corners-of-the-rubyverse-rvm-and-macruby/#comment-9768</link>
		<dc:creator>Ennuyer.net &#187; Blog Archive &#187; Rails Reading - Sept 21, 2009</dc:creator>
		<pubDate>Mon, 21 Sep 2009 15:05:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=4047#comment-9768</guid>
		<description>[...]  Corners of the Rubyverse: RVM and MacRuby &#124; Pathfinder Software Development &#124; Blogs  [...]</description>
		<content:encoded><![CDATA[<p>[...]  Corners of the Rubyverse: RVM and MacRuby | Pathfinder Software Development | Blogs  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Aimonetti</title>
		<link>http://pathfindersoftware.com/2009/09/corners-of-the-rubyverse-rvm-and-macruby/#comment-9767</link>
		<dc:creator>Matt Aimonetti</dc:creator>
		<pubDate>Fri, 18 Sep 2009 18:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=4047#comment-9767</guid>
		<description>Great post. A quick comment about MacRuby.
MacRuby 0.4 doesn&#039;t run on SnowLeopard, you need to use MacRuby 0.5/trunk instead, nightly builds (pkg installers) are available at http://macruby.icoretech.org/

Also &quot;Unlike regular Ruby, the order of the keyword arguments must match the Cocoa method selector.&quot; isn&#039;t entirely correct. MacRuby works just like C Ruby but it also supports Objective-C selector approach where foobar.foo(true bar:true, baz:true) calls a different method than foobar.foo(true baz:true, bar:true)
Basically, it&#039;s an addendum to the language to support Cocoa. If you don&#039;t use Cocoa, then you don&#039;t need to worry about that.</description>
		<content:encoded><![CDATA[<p>Great post. A quick comment about MacRuby.<br />
MacRuby 0.4 doesn&#8217;t run on SnowLeopard, you need to use MacRuby 0.5/trunk instead, nightly builds (pkg installers) are available at <a href="http://macruby.icoretech.org/" rel="nofollow">http://macruby.icoretech.org/</a></p>
<p>Also &#8220;Unlike regular Ruby, the order of the keyword arguments must match the Cocoa method selector.&#8221; isn&#8217;t entirely correct. MacRuby works just like C Ruby but it also supports Objective-C selector approach where foobar.foo(true bar:true, baz:true) calls a different method than foobar.foo(true baz:true, bar:true)<br />
Basically, it&#8217;s an addendum to the language to support Cocoa. If you don&#8217;t use Cocoa, then you don&#8217;t need to worry about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne E. Seguin</title>
		<link>http://pathfindersoftware.com/2009/09/corners-of-the-rubyverse-rvm-and-macruby/#comment-9766</link>
		<dc:creator>Wayne E. Seguin</dc:creator>
		<pubDate>Fri, 18 Sep 2009 17:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=4047#comment-9766</guid>
		<description>Noel,

Thank you for using rvm! Please keep me posted with any feedback or questions you may have. I&#039;ll be in #rvm on freenode IRC.

Also, FYI the &quot;install on use&quot; is now &#039;opt-in&#039; as many people didn&#039;t like that. You can simply set rvm_install_on_use=1 in your ~/.rvmrc and it should automatically try to install ruby versions that are not installed.

Enjoy!

  ~Wayne</description>
		<content:encoded><![CDATA[<p>Noel,</p>
<p>Thank you for using rvm! Please keep me posted with any feedback or questions you may have. I&#8217;ll be in #rvm on freenode IRC.</p>
<p>Also, FYI the &#8220;install on use&#8221; is now &#8216;opt-in&#8217; as many people didn&#8217;t like that. You can simply set rvm_install_on_use=1 in your ~/.rvmrc and it should automatically try to install ruby versions that are not installed.</p>
<p>Enjoy!</p>
<p>  ~Wayne</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (User agent is rejected)
Page Caching using memcached (User agent is rejected)

Served from: pathfindersoftware.com @ 2012-02-10 02:05:22 -->
