<?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: Get groovy for better shell scripts</title>
	<atom:link href="http://eriwen.com/groovy/groovy-shell-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://eriwen.com/groovy/groovy-shell-scripts/</link>
	<description>Programming productively with open-source tools</description>
	<lastBuildDate>Sat, 06 Mar 2010 23:29:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: codecraig</title>
		<link>http://eriwen.com/groovy/groovy-shell-scripts/#comment-2678</link>
		<dc:creator>codecraig</dc:creator>
		<pubDate>Wed, 01 Jul 2009 11:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=495#comment-2678</guid>
		<description>How about accessing those Twitter URL&#039;s using HTTPS?</description>
		<content:encoded><![CDATA[<p>How about accessing those Twitter URL&#8217;s using HTTPS?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: devdanke</title>
		<link>http://eriwen.com/groovy/groovy-shell-scripts/#comment-2612</link>
		<dc:creator>devdanke</dc:creator>
		<pubDate>Sat, 30 May 2009 07:15:25 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=495#comment-2612</guid>
		<description>well, i was playing around with a groovy shell script.  i&#039;m sure you&#039;ll agree, it&#039;s pretty sophisticated:

#!/bin/env groovy
println &quot;hey&quot;

my computer has a core 2 duo u9400 1.4 ghz cpu, 1 gb ram, win xp sp3, java 1.6.0_13, and groovy 1.6.3.

when i call it directly from the bash prompt it takes 10 seconds to run.  when i call it as an argument to groovy.bat, it takes 7 seconds.  

on the other hand, ruby ran it in less than 1 second and jruby ran it in 5 seconds.

groovy&#039;s 7-10 seconds performance is very slow and a big turn off compared to using other dynamic languages.  my sense is that groovy&#039;s start time is the problem.

does anyone have ideas on how to make groovy run shell scripts faster?</description>
		<content:encoded><![CDATA[<p>well, i was playing around with a groovy shell script.  i&#8217;m sure you&#8217;ll agree, it&#8217;s pretty sophisticated:</p>
<p>#!/bin/env groovy<br />
println &#8220;hey&#8221;</p>
<p>my computer has a core 2 duo u9400 1.4 ghz cpu, 1 gb ram, win xp sp3, java 1.6.0_13, and groovy 1.6.3.</p>
<p>when i call it directly from the bash prompt it takes 10 seconds to run.  when i call it as an argument to groovy.bat, it takes 7 seconds.  </p>
<p>on the other hand, ruby ran it in less than 1 second and jruby ran it in 5 seconds.</p>
<p>groovy&#8217;s 7-10 seconds performance is very slow and a big turn off compared to using other dynamic languages.  my sense is that groovy&#8217;s start time is the problem.</p>
<p>does anyone have ideas on how to make groovy run shell scripts faster?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Wendelin</title>
		<link>http://eriwen.com/groovy/groovy-shell-scripts/#comment-2302</link>
		<dc:creator>Eric Wendelin</dc:creator>
		<pubDate>Fri, 03 Apr 2009 16:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=495#comment-2302</guid>
		<description>Yes the XML handling is superb in Groovy :)</description>
		<content:encoded><![CDATA[<p>Yes the XML handling is superb in Groovy :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casey Watson</title>
		<link>http://eriwen.com/groovy/groovy-shell-scripts/#comment-2301</link>
		<dc:creator>Casey Watson</dc:creator>
		<pubDate>Fri, 03 Apr 2009 15:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=495#comment-2301</guid>
		<description>Nice write-up Eric.

This is much more appealing that using awk and bash.</description>
		<content:encoded><![CDATA[<p>Nice write-up Eric.</p>
<p>This is much more appealing that using awk and bash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis</title>
		<link>http://eriwen.com/groovy/groovy-shell-scripts/#comment-2185</link>
		<dc:creator>Travis</dc:creator>
		<pubDate>Thu, 19 Feb 2009 23:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=495#comment-2185</guid>
		<description>Groovy Option Parser, an alternative to CliBuilder
http://code.google.com/p/groovy-option-parser/</description>
		<content:encoded><![CDATA[<p>Groovy Option Parser, an alternative to CliBuilder<br />
<a href="http://code.google.com/p/groovy-option-parser/" rel="nofollow">http://code.google.com/p/groovy-option-parser/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Wendelin</title>
		<link>http://eriwen.com/groovy/groovy-shell-scripts/#comment-2150</link>
		<dc:creator>Eric Wendelin</dc:creator>
		<pubDate>Sun, 08 Feb 2009 23:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=495#comment-2150</guid>
		<description>That a good suggestion for all of us. I&#039;ve played with Scala some and I believe that it will be about as popular as Groovy in 2 years or so.

BTW, you ever use Jython?</description>
		<content:encoded><![CDATA[<p>That a good suggestion for all of us. I&#8217;ve played with Scala some and I believe that it will be about as popular as Groovy in 2 years or so.</p>
<p>BTW, you ever use Jython?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Barron</title>
		<link>http://eriwen.com/groovy/groovy-shell-scripts/#comment-2149</link>
		<dc:creator>Jeff Barron</dc:creator>
		<pubDate>Sun, 08 Feb 2009 20:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=495#comment-2149</guid>
		<description>You might want to check out Scala as well. http://scala-lang.org
I&#039;m a python guy myself but I love the idea of JVM languages. Scala runs on the JVM.
:)</description>
		<content:encoded><![CDATA[<p>You might want to check out Scala as well. <a href="http://scala-lang.org" rel="nofollow">http://scala-lang.org</a><br />
I&#8217;m a python guy myself but I love the idea of JVM languages. Scala runs on the JVM.<br />
:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manfred Moser</title>
		<link>http://eriwen.com/groovy/groovy-shell-scripts/#comment-2147</link>
		<dc:creator>Manfred Moser</dc:creator>
		<pubDate>Mon, 02 Feb 2009 21:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=495#comment-2147</guid>
		<description>When dealing with command line options in groovy scripts I have learned to love the CliBuilder .. no more painful argument passing. IMHO a must for any groovy script that is intended for invocation from the command line.</description>
		<content:encoded><![CDATA[<p>When dealing with command line options in groovy scripts I have learned to love the CliBuilder .. no more painful argument passing. IMHO a must for any groovy script that is intended for invocation from the command line.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
