More over, I still haven't heard any compelling reasons/advantages for such a switch.. 2011/6/10 Kermit Kiser <[hidden email]>
-- Saludos / Regards, David Requena _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
In reply to this post by Kermit Kiser
More over, I still haven't heard any compelling reasons/advantages for such a switch.. 2011/6/10 Kermit Kiser <[hidden email]>
-- Saludos / Regards, David Requena _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
In reply to this post by ThSITC
There have been a few NetRexx books and guides from sometime ago, IBM
Redbook and Mike's NetRexx. My question is, are those still valid for learning NetRexx or is the last version different enough that they wouldn't be a guide to start off with. Any input will be appreciated. Thanks Joe _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
Am Samstag, 11. Juni 2011, um 01:34:30 schrieben Sie:
> There have been a few NetRexx books and guides from sometime ago, IBM > Redbook and Mike's NetRexx. > > My question is, are those still valid for learning NetRexx or is the > last version different enough that they wouldn't be a guide to start off > with. > > Any input will be appreciated. Yes, they are still valid. Though you may have an additional look into the supplement for 2.0.2 from http://www-01.ibm.com/software/awdtools/netrexx/library.html which may add some information about language changes not reflected in the books you mentioned. The current availble download is still the 2.05 version, the last release from IBM, and the upcoming opensource version will not be that different - as Rene stated on this list. kp _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
In reply to this post by David Requena
I agree, but we are not home free, even without byte code engineering, because we also have to take care of the incompatible class file formats that the new versions of javac produce. For example, for the 3.00 translator, we must be careful to produce the classfiles with the 1.4 flag; this never has been a problem before but now it does. This also implies there cannot be Java 5 calls used for generated Java source - now no problem but something we must remember very well. At the moment the translator is fully Java 1.1 compatible; we might have to decide at some point that in order to support more modern Java features, the minimum level of Java that is required will increase. This must be part of the roadmap that we will put together.
René. On Jun 11, 2011, at 12:58 AM, David Requena wrote:
_______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
On Fri, Jun 10, 2011 at 21:06, René Jansen <[hidden email]> wrote:
> At the moment the translator is fully Java 1.1 compatible; we might have to > decide at some point that in order to support more modern Java features, the > minimum level of Java that is required will increase. This must be part of > the roadmap that we will put together. Java 1.1 is ancient, however. Anything below Java 6 is fossilized. Read James Gosling´s rant against people still using the Java 1.4 API. http://www.dzone.com/links/james_gosling_tells_java_142_users_to_get_with_th.html My understanding is that Java 7 (1.7) will be released next week. And JDK8 is already in the works. Now that it´s open source and OpenJDK is going to end up in all Linux distros (I believe it´s in Fedora already), that means the "standard" level of Java will probably be Java 7 by the end of this year... It´s indeed silly not being able to use the newer APIs... FC _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
In reply to this post by ThSITC
Backwards compatibility is a wonderful thing. _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
In reply to this post by rvjansen
Oh, I always forget about the interpreter...
That one will get a lot more useful once the user code has not to go through the file system to parse classes. isn't it sweet? now we c
2011/6/11 René Jansen <[hidden email]>
-- Saludos / Regards, David Requena _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
In reply to this post by ThSITC
Provide a command line interpreter shell.
NRX>say "hello free world" Hello free world. From: [hidden email] <[hidden email]> To: IBM Netrexx <[hidden email]> Sent: Fri Jun 10 21:00:19 2011 Subject: Re: [Ibm-netrexx] Java Byte Code (was netrexx site) That one will get a lot more useful once the user code has not to go through the file system to parse classes. isn't it sweet? now we c
2011/6/11 René Jansen <[hidden email]>
-- Saludos / Regards, David Requena _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
Hi Rene, thanks for that insight I didn't know.
I'm currenlty working with Java 7, however, for my personal tests. Thomas. ============================================ Am 11.06.2011 03:10, schrieb Measel, Mike:
--
Thomas Schneider (www.thsitc.com) _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/
Thomas Schneider, Vienna, Austria (Europe) :-)
www.thsitc.com www.db-123.com |
In reply to this post by measel
Mike,
something very similar to this already exists. Lookup Martin Lapaix' excellent Workspace for NetRexx.
The fact remains that a file must be written to disk, then read and parsed in order to print your "hello free world"
2011/6/11 Measel, Mike <[hidden email]>
-- Saludos / Regards, David Requena _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
In reply to this post by measel
Mike,
something very similar to this already exists. Lookup Martin Lafaix' excellent Workspace for NetRexx.
That does not change the fact that
2011/6/11 Measel, Mike <[hidden email]>
-- Saludos / Regards, David Requena _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
In reply to this post by Joe Niffen
The Red Book is, at best, a reference in IBM-ese and 'The Net Rexx Language' is long out-of-print, I'm afraid to report. Online there is NetRexx 2 of 22nd May 2009 and Howard Fosdick's book has a chapter on Netrexx. There is also a book -- that I cannot locate -- that surverys all the various encarnations of REXX. But, I have yet to see a REXX book at Barnes & Noble or Borders.
Bob Hamilton
Richardson Texas USA
_______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
Thanks for the replies.
I have The NexRexx Language book here somewhere, even has Mike's autograph. I asked him for it during the 2000 Phoenix Symposium and he graciously granted it. Thanks again Mike. Joe On 6/11/2011 6:34 PM, Robert Hamilton wrote:
_______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
In reply to this post by Robert L Hamilton
On Sat, Jun 11, 2011 at 20:34, Robert Hamilton <[hidden email]> wrote:
> The Red Book is, at best, a reference in IBM-ese and 'The Net Rexx Language' > is long out-of-print, I'm afraid to report. Amazon.com and Amazon UK both carry it, if you don´t mind getting a used copy http://ho.io/NetRexxLang http://p.sf.net/vbox-users/NetRexxUK FC _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
Free forum by Nabble | Edit this page |