<?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: Oedipus REXX: joins OSS Dynamic Scripting</title>
	<atom:link href="http://www.redmonk.com/jgovernor/2005/01/07/oedipus-rexx-joins-oss-dynamic-scripting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redmonk.com/jgovernor/2005/01/07/oedipus-rexx-joins-oss-dynamic-scripting/</link>
	<description>An industry analyst blog looking at software ecosystems and convergence</description>
	<lastBuildDate>Fri, 03 Feb 2012 10:35:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tim Hare</title>
		<link>http://www.redmonk.com/jgovernor/2005/01/07/oedipus-rexx-joins-oss-dynamic-scripting/comment-page-1/#comment-70</link>
		<dc:creator>Tim Hare</dc:creator>
		<pubDate>Tue, 18 Jan 2005 17:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmonk.com/jgovernor/wp/?p=107#comment-70</guid>
		<description>I use Regina at home for projects.. 

&lt;a href=&quot;http://regina-rexx.sourceforge.net&quot; rel=&quot;nofollow&quot;&gt;http://regina-rexx.sourceforge.net&lt;/a&gt;

There are links there for other add-ins to Rexx on the Regina. At work I use IBM&#039;s implementation since it ships with the operating system I use (z/OS). I&#039;ve used it (from sample code supplied by IBM) to access some files via URL. The program was probably 30-50 statements, including error-checking.

I don&#039;t know anyone using it right now for CGI purposes, but there&#039;s no reason it couldn&#039;t be. I&#039;ll ask around some of my other Rexx-using 
&gt;acquaintances, and let you know if I find out anything.

Tim
</description>
		<content:encoded><![CDATA[<p>I use Regina at home for projects.. </p>
<p><a href="http://regina-rexx.sourceforge.net" rel="nofollow">http://regina-rexx.sourceforge.net</a></p>
<p>There are links there for other add-ins to Rexx on the Regina. At work I use IBM&#8217;s implementation since it ships with the operating system I use (z/OS). I&#8217;ve used it (from sample code supplied by IBM) to access some files via URL. The program was probably 30-50 statements, including error-checking.</p>
<p>I don&#8217;t know anyone using it right now for CGI purposes, but there&#8217;s no reason it couldn&#8217;t be. I&#8217;ll ask around some of my other Rexx-using<br />
&gt;acquaintances, and let you know if I find out anything.</p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://www.redmonk.com/jgovernor/2005/01/07/oedipus-rexx-joins-oss-dynamic-scripting/comment-page-1/#comment-69</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Tue, 18 Jan 2005 03:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmonk.com/jgovernor/wp/?p=107#comment-69</guid>
		<description>There are 8 free or open source Rexx interpreters that I know of.  2 of these are object-oriented Rexxes, which are true supersets of standard Rexx and will run any standard Rexx script without alteration.  

Go to the Rexx Language Association (www.rexxla.org) or google on &quot;Free Rexx&quot; to find all this stuff.</description>
		<content:encoded><![CDATA[<p>There are 8 free or open source Rexx interpreters that I know of.  2 of these are object-oriented Rexxes, which are true supersets of standard Rexx and will run any standard Rexx script without alteration.  </p>
<p>Go to the Rexx Language Association (www.rexxla.org) or google on &#8220;Free Rexx&#8221; to find all this stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Cathcart</title>
		<link>http://www.redmonk.com/jgovernor/2005/01/07/oedipus-rexx-joins-oss-dynamic-scripting/comment-page-1/#comment-68</link>
		<dc:creator>Mark Cathcart</dc:creator>
		<pubDate>Thu, 13 Jan 2005 22:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmonk.com/jgovernor/wp/?p=107#comment-68</guid>
		<description>Well its a long story for the historians, but Mike Colishaw from IBM Hursley was in essence the guy that got IBM into Java, at the time called Oak, as a way to rewrite his Rexx language into a portable,  machine independant platform. Two things originated from this: NetRexx &lt;a href=&quot;http://www2.hursley.ibm.com/netrexx/&quot; rel=&quot;nofollow&quot;&gt;http://www2.hursley.ibm.com/netrexx/&lt;/a&gt; which runs in all JVM&#039;s and I&#039;ve used on both mainframes, Linux and Windows. 2). The Java Technology Centre for IBM was based in Hursley.

Mike Cowlishas is an IBM Fellow, and despite Tims assertion that Java is a three legged stool, NetRexx is much more than a crutch for people that can&#039;t right real programs. It supports the language simplicity of REXX and the platform and library benefits of Java.</description>
		<content:encoded><![CDATA[<p>Well its a long story for the historians, but Mike Colishaw from IBM Hursley was in essence the guy that got IBM into Java, at the time called Oak, as a way to rewrite his Rexx language into a portable,  machine independant platform. Two things originated from this: NetRexx <a href="http://www2.hursley.ibm.com/netrexx/" rel="nofollow">http://www2.hursley.ibm.com/netrexx/</a> which runs in all JVM&#8217;s and I&#8217;ve used on both mainframes, Linux and Windows. 2). The Java Technology Centre for IBM was based in Hursley.</p>
<p>Mike Cowlishas is an IBM Fellow, and despite Tims assertion that Java is a three legged stool, NetRexx is much more than a crutch for people that can&#8217;t right real programs. It supports the language simplicity of REXX and the platform and library benefits of Java.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.redmonk.com/jgovernor/2005/01/07/oedipus-rexx-joins-oss-dynamic-scripting/comment-page-1/#comment-67</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 13 Jan 2005 03:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.redmonk.com/jgovernor/wp/?p=107#comment-67</guid>
		<description>As a mainframe Rexx user, I haven&#039;t used a lot of the Object Rexx parts; however I do have to say that Rexx as a scripting language works very well and is very powerful for us. The &quot;inheritance&quot; or is that &quot;un-inheritance&quot; mechanism of passing functions into environments is nice, along with the ADDRESS command for when you want to force which environment gets the command/functio. The PARSE command makes handling input easy too. This should be a good addition to the field.

Don&#039;t forget, though, that there are already free implementations out their like Regina.</description>
		<content:encoded><![CDATA[<p>As a mainframe Rexx user, I haven&#8217;t used a lot of the Object Rexx parts; however I do have to say that Rexx as a scripting language works very well and is very powerful for us. The &#8220;inheritance&#8221; or is that &#8220;un-inheritance&#8221; mechanism of passing functions into environments is nice, along with the ADDRESS command for when you want to force which environment gets the command/functio. The PARSE command makes handling input easy too. This should be a good addition to the field.</p>
<p>Don&#8217;t forget, though, that there are already free implementations out their like Regina.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

