Jump to content

NetRexx: Difference between revisions

From EDM2
m Reiknir moved page NetREXX to NetRexx: Correct fromatting according to author and current developer
No edit summary
Line 1: Line 1:
==Description==
==Description==
NetRexx[2] is an open source, originally IBM's, variant of the REXX programming language to run on the Java virtual machine.
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.


On 2011-06-08 NetRexx was open sourced by IBM and given to the RexxLA association.  
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==
==Versions==
Line 18: Line 18:
* [[IBM]]
* [[IBM]]
* [[RexxLA]]
* [[RexxLA]]
* [[Mike Cowlishaw]]
* [[Mike Cowlishaw]] (Original author)


==Related Articles==
==Related Articles==
Line 28: Line 28:
* [http://www.redbooks.ibm.com/abstracts/sg242216.html Creating Java Applications using NetRexx] - IBM RedBook - (10 Septiembre 1997)
* [http://www.redbooks.ibm.com/abstracts/sg242216.html Creating Java Applications using NetRexx] - IBM RedBook - (10 Septiembre 1997)


[[Category:Tools]] [[Category:Java Tools]] [[Category:Programming Languages]]
[[Category:Tools]] [[Category:Java Tools]] [[Category:Programming Languages]] [[Category:Open Source Software]] [[Category:Software Written in NetRexx]]

Revision as of 10:26, 19 November 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
  • NetRexx v2.0.5 - Works better on old 1.x Java versions

Links

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

License

Author

Related Articles

Publications