<?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: Android scripting environment supports JRuby</title>
	<atom:link href="http://amazing-development.com/archives/2009/08/04/android-scripting-environment-supports-jruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://amazing-development.com/archives/2009/08/04/android-scripting-environment-supports-jruby/</link>
	<description>ruby, java and the rest</description>
	<lastBuildDate>Sun, 25 Jul 2010 00:49:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Ken Burgett</title>
		<link>http://amazing-development.com/archives/2009/08/04/android-scripting-environment-supports-jruby/comment-page-1/#comment-130188</link>
		<dc:creator>Ken Burgett</dc:creator>
		<pubDate>Sun, 25 Jul 2010 00:49:12 +0000</pubDate>
		<guid isPermaLink="false">http://amazing-development.com/?p=396#comment-130188</guid>
		<description>I am very interested in using JRuby in Eclipse with the Android plugins.  I personally don&#039;t see much value in coding command line scripts directly on Android, given the limitations of the keyboard on my ADP2!  Can anyone point me to the instructions for installling JRuby in Eclipse which will target Android?</description>
		<content:encoded><![CDATA[<p>I am very interested in using JRuby in Eclipse with the Android plugins.  I personally don&#8217;t see much value in coding command line scripts directly on Android, given the limitations of the keyboard on my ADP2!  Can anyone point me to the instructions for installling JRuby in Eclipse which will target Android?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Spychalski</title>
		<link>http://amazing-development.com/archives/2009/08/04/android-scripting-environment-supports-jruby/comment-page-1/#comment-124587</link>
		<dc:creator>Frank Spychalski</dc:creator>
		<pubDate>Fri, 20 Nov 2009 23:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://amazing-development.com/?p=396#comment-124587</guid>
		<description>David, just install ASE and you are ready to run Ruby. Please let me know how the performance is on the Droid. On a G1 start-up time for JRuby is an issue, it&#039;s really slooooow.</description>
		<content:encoded><![CDATA[<p>David, just install ASE and you are ready to run Ruby. Please let me know how the performance is on the Droid. On a G1 start-up time for JRuby is an issue, it&#8217;s really slooooow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Richards</title>
		<link>http://amazing-development.com/archives/2009/08/04/android-scripting-environment-supports-jruby/comment-page-1/#comment-124543</link>
		<dc:creator>David Richards</dc:creator>
		<pubDate>Sun, 08 Nov 2009 06:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://amazing-development.com/?p=396#comment-124543</guid>
		<description>I am SO interested in developing Android applications with ruby. 

http://code.google.com/p/android-scripting/source/browse/trunk/jruby/ase/android.rb

Broken link!

I really want to give this a go, I&#039;m a new droid owner and I have been coding ruby since 2005..  gmail/gtalk me r-a-w-d-o-d@-g-mail.c--  ( remove dashes) and I&#039;m on freenode irc as oneman / oneman_ 

I&#039;d be willing to betaboy this stuff and provide as much feedback as possible. 

Cheers,

David</description>
		<content:encoded><![CDATA[<p>I am SO interested in developing Android applications with ruby. </p>
<p><a href="http://code.google.com/p/android-scripting/source/browse/trunk/jruby/ase/android.rb" rel="nofollow">http://code.google.com/p/android-scripting/source/browse/trunk/jruby/ase/android.rb</a></p>
<p>Broken link!</p>
<p>I really want to give this a go, I&#8217;m a new droid owner and I have been coding ruby since 2005..  gmail/gtalk me r-a-w-d-o-d@-g-mail.c&#8211;  ( remove dashes) and I&#8217;m on freenode irc as oneman / oneman_ </p>
<p>I&#8217;d be willing to betaboy this stuff and provide as much feedback as possible. </p>
<p>Cheers,</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Spychalski</title>
		<link>http://amazing-development.com/archives/2009/08/04/android-scripting-environment-supports-jruby/comment-page-1/#comment-124106</link>
		<dc:creator>Frank Spychalski</dc:creator>
		<pubDate>Fri, 04 Sep 2009 13:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://amazing-development.com/?p=396#comment-124106</guid>
		<description>Hi Jason, 
you are absolutely right, a cross-compiled CRuby is probably a lot faster. This was one approach I tried but I&#039;m just not that much into cross-compiling and C so I coulnd&#039;t get it to run. I haven&#039;t tried android-ruby but adding support for yet another language is really easy (Damon did a damn good job!) and if I find the time I can add it to ASE. One thing ASE does that android-ruby doesn&#039;t (I think, just quickly scanned the page) is the interface to Android-land. It&#039;s very convenient to scan a barcode etc., and I guess if you want to write an Ruby application on Android, this is a must have...</description>
		<content:encoded><![CDATA[<p>Hi Jason,<br />
you are absolutely right, a cross-compiled CRuby is probably a lot faster. This was one approach I tried but I&#8217;m just not that much into cross-compiling and C so I coulnd&#8217;t get it to run. I haven&#8217;t tried android-ruby but adding support for yet another language is really easy (Damon did a damn good job!) and if I find the time I can add it to ASE. One thing ASE does that android-ruby doesn&#8217;t (I think, just quickly scanned the page) is the interface to Android-land. It&#8217;s very convenient to scan a barcode etc., and I guess if you want to write an Ruby application on Android, this is a must have&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Buchheim</title>
		<link>http://amazing-development.com/archives/2009/08/04/android-scripting-environment-supports-jruby/comment-page-1/#comment-123901</link>
		<dc:creator>Jason Buchheim</dc:creator>
		<pubDate>Mon, 31 Aug 2009 15:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://amazing-development.com/?p=396#comment-123901</guid>
		<description>How does this compare with this http://code.google.com/p/android-ruby/,  (which is not using JRuby, but just Ruby)?  
Is there any hope of doing and GUI programming with ASE?  Is it possible with android-ruby?  android-ruby seems like a project that has not gone anywhere?  I just can&#039;t find enough info.  Someone in the comments at ASE was saying JRuby would be way too slow due to the was JAVA has no JIT compiller and therefore languages that are just cross compiled c, like ASE Python would fare much better.

I would love to write GUI apps for Android using Ruby.</description>
		<content:encoded><![CDATA[<p>How does this compare with this <a href="http://code.google.com/p/android-ruby/" rel="nofollow">http://code.google.com/p/android-ruby/</a>,  (which is not using JRuby, but just Ruby)?<br />
Is there any hope of doing and GUI programming with ASE?  Is it possible with android-ruby?  android-ruby seems like a project that has not gone anywhere?  I just can&#8217;t find enough info.  Someone in the comments at ASE was saying JRuby would be way too slow due to the was JAVA has no JIT compiller and therefore languages that are just cross compiled c, like ASE Python would fare much better.</p>
<p>I would love to write GUI apps for Android using Ruby.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Abley</title>
		<link>http://amazing-development.com/archives/2009/08/04/android-scripting-environment-supports-jruby/comment-page-1/#comment-122133</link>
		<dc:creator>James Abley</dc:creator>
		<pubDate>Tue, 04 Aug 2009 07:23:21 +0000</pubDate>
		<guid isPermaLink="false">http://amazing-development.com/?p=396#comment-122133</guid>
		<description>Nice work. Any plans to use 1.3.1 rather than 1.2? Plus I believe Charlie Nutter has been working on a more minimal JRuby profile, to reduce the size of jar needed...</description>
		<content:encoded><![CDATA[<p>Nice work. Any plans to use 1.3.1 rather than 1.2? Plus I believe Charlie Nutter has been working on a more minimal JRuby profile, to reduce the size of jar needed&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Oliver Nutter</title>
		<link>http://amazing-development.com/archives/2009/08/04/android-scripting-environment-supports-jruby/comment-page-1/#comment-122132</link>
		<dc:creator>Charles Oliver Nutter</dc:creator>
		<pubDate>Tue, 04 Aug 2009 07:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://amazing-development.com/?p=396#comment-122132</guid>
		<description>Hey! This is really exciting!

As I mentioned in my comment on my blog, I&#039;m also interested in making it possible to build applications entirely in Ruby. That will take some work on compilation and optimization, along with a bit of ingenuity, but I know it&#039;s possible. I&#039;m hoping we can collaborate on that, so that Ruby becomes another first-class language for app development on Android. Feel free to drop me an email, or better yet, join the JRuby dev list and we can start a public discussion about it there.

Great work :)</description>
		<content:encoded><![CDATA[<p>Hey! This is really exciting!</p>
<p>As I mentioned in my comment on my blog, I&#8217;m also interested in making it possible to build applications entirely in Ruby. That will take some work on compilation and optimization, along with a bit of ingenuity, but I know it&#8217;s possible. I&#8217;m hoping we can collaborate on that, so that Ruby becomes another first-class language for app development on Android. Feel free to drop me an email, or better yet, join the JRuby dev list and we can start a public discussion about it there.</p>
<p>Great work <img src='http://amazing-development.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
