Jump to content

NetRexx: Difference between revisions

From EDM2
mNo edit summary
Line 6: Line 6:
==Versions==
==Versions==
* '''Latest Version:''' 3.03
* '''Latest Version:''' 3.03
:Note, any versions appear to work on the Java systems delivered with or for eComStation, however, version 3.3 has problems with some of the Java versions delivered for IBM mainframes while versions before 3.3 have problems running on Java 8 under windows.
* [http://hobbes.nmsu.edu/h-search.php?key=netrexx.zip NetRexx v2.0.5] - Works better on old 1.x Java versions
* [http://hobbes.nmsu.edu/h-search.php?key=netrexx.zip NetRexx v2.0.5] - Works better on old 1.x Java versions



Revision as of 09:50, 12 December 2014

Description

NetRexx is an open source general-purpose programming language. It is a variant of the REXX programming language that runs on the Java virtual machine and in addition to the common REXX feature it has simplified syntax in some cases, Java-like object oriented extensions, unlimited precision arithmetic, better internet and/or networking integration and the ability to be either an interpreter or compile to a Java executable.

NetRexx has an interesting history, when IBM was writing their own Java stack on OS/2 in 1995, Mike Cowlishaw implemented a version of REXX that would run under the Java environment, and released it in 1996. This was not only the first external language to be released under the Java system, it did not compile to Java code but to Java bytecode, so it was also the first program to take advantage of the JVM as a runtime environment rather than as a Java environment. NetRexx is written in itself.

Versions

  • Latest Version: 3.03
Note, any versions appear to work on the Java systems delivered with or for eComStation, however, version 3.3 has problems with some of the Java versions delivered for IBM mainframes while versions before 3.3 have problems running on Java 8 under windows.

Links

  • IBM WebSite [1]
  • RexxLA NetREXX official homepage [2]

License

Author

Related Articles

Publications