Category:NetRexx: Difference between revisions

m
no edit summary
m (Link to JVM page, too.)
mNo edit summary
Line 11:
'''NetRexx''' is a general-purpose programming language inspired by two very different programming languages, [[REXX|Rexx]] and [[Java]]<sup><small>TM</small></sup>.
It is designed for people, not computers. In this respect it follows Rexx closely, with many of the concepts and most of the syntax
taken directly from Rexx or its object-oriented version, [http://www.oorexx.org/[ooRexx|Open Object Rexx]].
From Java it derives static typing, binary arithmetic, the object model, and exception handling.
The resulting language not only provides the scripting capabilities and decimal arithmetic of Rexx, but also seamlessly
Line 32:
* [http://www.netrexx.org www.netrexx.org]
* [http://www.rexxla.org www.rexxla.org]
* [http://www.oorexx.org/ www.oorexx.org]
Anonymous user